Narrowing of StandardSchemaV1 whose validate is guaranteed synchronous.
The Zod schemas backing specTypeSchemas contain no async refinements or transforms,
so every entry satisfies this interface. Consumers can call validate() and access
.issues / .value on the result without await.
StandardSchemaV1Sync is assignable to StandardSchemaV1 — it is a strict subtype.
Narrowing of
StandardSchemaV1whosevalidateis guaranteed synchronous.The Zod schemas backing
specTypeSchemascontain no async refinements or transforms, so every entry satisfies this interface. Consumers can callvalidate()and access.issues/.valueon the result withoutawait.StandardSchemaV1Syncis assignable toStandardSchemaV1— it is a strict subtype.