StandardSchema
Type definitions from the Standard Schema specification.
The declarations below are vendored verbatim from @standard-schema/spec 1.1.0.
6 exports Source
Other
StandardJSONSchemaV1 interface
The Standard JSON Schema interface.
Signature
interface StandardJSONSchemaV1<Input = unknown, Output = Input> { readonly "~standard": Props<Input, Output>;}StandardSchemaV1 interface
The Standard Schema interface.
Signature
interface StandardSchemaV1<Input = unknown, Output = Input> { readonly "~standard": Props<Input, Output>;}StandardTypedV1 interface
The Standard Typed interface. This is a base type extended by other specs.
Signature
interface StandardTypedV1<Input = unknown, Output = Input> { readonly "~standard": Props<Input, Output>;}