Type Alias $ZodInvalidTypeExpected
$ZodInvalidTypeExpected:
| "string"
| "number"
| "int"
| "boolean"
| "bigint"
| "symbol"
| "undefined"
| "null"
| "never"
| "void"
| "date"
| "array"
| "object"
| "tuple"
| "record"
| "map"
| "set"
| "file"
| "nonoptional"
| "nan"
| "function"
| string & {}