We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb8f4c commit 8e9cc11Copy full SHA for 8e9cc11
lib/experimental.d.ts
@@ -6,7 +6,7 @@ import type { JsonNode } from "./instance.js";
6
// Compile/interpret
7
export const compile: (schema: Browser<SchemaDocument>) => Promise<CompiledSchema>;
8
export const interpret: (
9
- (compiledSchema: CompiledSchema, value: unknown, outputFormat?: OutputFormat) => OutputUnit
+ (compiledSchema: CompiledSchema, value: JsonNode, outputFormat?: OutputFormat) => OutputUnit
10
) & (
11
(compiledSchema: CompiledSchema) => Validator
12
);
0 commit comments