TanStack

StandardSchemaV1

Type Alias: StandardSchemaV1<TInput, TOutput>

ts
type StandardSchemaV1<TInput, TOutput> = object;

Defined in: standardSchema.public.ts:10

The Standard Schema interface.

Type Parameters

TInput

TInput = unknown

TOutput

TOutput = TInput

Properties

~standard

ts
readonly ~standard: StandardSchemaV1Props<TInput, TOutput>;

Defined in: standardSchema.public.ts:14

The Standard Schema properties.