InferInput
Summary
Infers the input type of a schema-like value.
Signature
type InferInput<schema> =
schema extends StandardSchemaV1<infer input, any> ? input : never;
Infers the input type of a schema-like value.
type InferInput<schema> =
schema extends StandardSchemaV1<infer input, any> ? input : never;