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