x-to-zod / SchemaInput
Type Alias: SchemaInput
ts
type SchemaInput = unknown;Defined in: src/SchemaInput/index.ts:11
Semantic type alias for any schema value passed into the pipeline.
The core pipeline accepts SchemaInput values and delegates all shape inspection to the active SchemaInputAdapter. No structural constraint is placed on the type itself because adapters own validity and parsing decisions.