Skip to content

ValidatedInput

Defined in: input.ts:110

Validated input wrapper that attaches a schema to an input.

I extends BaseInput

The base input type

T

The validated output type

readonly optional __type: T

Defined in: input.ts:118

Phantom type marker for validated output


readonly __validated: true

Defined in: input.ts:116

Marker to identify validated inputs


readonly input: I

Defined in: input.ts:112

The wrapped input


readonly schema: Schema<T>

Defined in: input.ts:114

The validation schema