Skip to content

Interface.StandardSchemaV1Types

github-actions[bot] edited this page Jun 29, 2026 · 27 revisions

umt / StandardSchemaV1Types

Interface: StandardSchemaV1Types<Input, Output>

Defined in: Validate/standardSchema.ts:66

The Standard Schema V1 types interface.

Type Parameters

Input

Input = unknown

Output

Output = Input

Properties

input

readonly input: Input

Defined in: Validate/standardSchema.ts:68

The input type of the schema.


output

readonly output: Output

Defined in: Validate/standardSchema.ts:70

The output type of the schema.

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally