type StandardSchemaV1<TInput, TOutput> = object;Defined in: standardSchema.public.ts:10
The Standard Schema interface.
TInput = unknown
TOutput = TInput
readonly ~standard: StandardSchemaV1Props<TInput, TOutput>;Defined in: standardSchema.public.ts:14
The Standard Schema properties.