Base Temporal Zod validators without JSON Schema metadata.
Import from temporal-zod/base for a smaller bundle when you don't need
z.toJSONSchema() support. The validators are functionally identical to
the main temporal-zod export — they just lack the .meta() registration.
Base Temporal Zod validators without JSON Schema metadata.
Import from
temporal-zod/basefor a smaller bundle when you don't needz.toJSONSchema()support. The validators are functionally identical to the maintemporal-zodexport — they just lack the.meta()registration.Example
See
temporal-zod on GitHub