Skip to content

InferStandardInput

Flat alias for StandardSchemaV1.InferInput.

Signatures

ts
type InferStandardInput<Schema extends StandardSchemaV1> = StandardSchemaV1.InferInput<Schema>;

See Also

Released under the MIT License.