Skip to content

StandardSchemaV1Props ​

Backward-compatible flat alias for StandardSchemaV1.Props.

Signatures ​

ts
type StandardSchemaV1Props<Input, Output> = StandardSchemaV1.Props<Input, Output>;

See Also ​

Released under the MIT License.