Interface: Types<Input, Output>

The Standard Schema types interface.

Type Parameters

Input = unknown

Output = Input

Properties

input

readonly input: Input

The input type of the schema.

Defined in

node_modules/.pnpm/@standard-schema+spec@1.0.0-beta.4/node_modules/@standard-schema/spec/dist/index.d.ts:87


output

readonly output: Output

The output type of the schema.

Defined in

node_modules/.pnpm/@standard-schema+spec@1.0.0-beta.4/node_modules/@standard-schema/spec/dist/index.d.ts:91