Skip to content

ValidatedInput

Defined in: input.ts:114

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:122

Phantom type marker for validated output


readonly __validated: true

Defined in: input.ts:120

Marker to identify validated inputs


readonly input: I

Defined in: input.ts:116

The wrapped input


readonly schema: Schema<T>

Defined in: input.ts:118

The validation schema