You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to create an object which maps from ZodFirstPartyTypeKind to a function that takes the associated schema as argument, I found that ZodReadonly and ZodSymbol are missing from ZodFirstPartySchemaTypes union. The basic premise of the mapping is as follows.
While trying to create an object which maps from
ZodFirstPartyTypeKind
to a function that takes the associated schema as argument, I found thatZodReadonly
andZodSymbol
are missing fromZodFirstPartySchemaTypes
union. The basic premise of the mapping is as follows.Based on this mapping we could then infer which types are missing:
zod/src/types.ts
Lines 4941 to 4976 in 76c8ace
Could be related to #2663
The text was updated successfully, but these errors were encountered: