bupkis
API
Assertions
Preparing search index...
bupkis
z
core
$ZodTypeDef
Interface $ZodTypeDef
interface
$ZodTypeDef
{
type
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"int"
|
"null"
|
"void"
|
"never"
|
"any"
|
"unknown"
|
"date"
|
"record"
|
"file"
|
"array"
|
"tuple"
|
"union"
|
"intersection"
|
"map"
|
"set"
|
"enum"
|
"literal"
|
"nullable"
|
"optional"
|
"nonoptional"
|
"success"
|
"transform"
|
"default"
|
"prefault"
|
"catch"
|
"nan"
|
"pipe"
|
"readonly"
|
"template_literal"
|
"promise"
|
"lazy"
|
"custom"
;
error
?:
$ZodErrorMap
<
never
>
;
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
;
}
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodStringDef
$ZodNumberDef
$ZodBooleanDef
$ZodBigIntDef
$ZodSymbolDef
$ZodUndefinedDef
$ZodNullDef
$ZodAnyDef
$ZodUnknownDef
$ZodNeverDef
$ZodVoidDef
$ZodDateDef
$ZodArrayDef
$ZodObjectDef
$ZodUnionDef
$ZodIntersectionDef
$ZodTupleDef
$ZodRecordDef
$ZodMapDef
$ZodSetDef
$ZodEnumDef
$ZodLiteralDef
$ZodFileDef
$ZodTransformDef
$ZodOptionalDef
$ZodNullableDef
$ZodDefaultDef
$ZodPrefaultDef
$ZodNonOptionalDef
$ZodSuccessDef
$ZodCatchDef
$ZodNaNDef
$ZodPipeDef
$ZodReadonlyDef
$ZodTemplateLiteralDef
$ZodFunctionDef
$ZodPromiseDef
$ZodLazyDef
$ZodCustomDef
Index
Properties
type
error?
checks?
Properties
type
type
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"int"
|
"null"
|
"void"
|
"never"
|
"any"
|
"unknown"
|
"date"
|
"record"
|
"file"
|
"array"
|
"tuple"
|
"union"
|
"intersection"
|
"map"
|
"set"
|
"enum"
|
"literal"
|
"nullable"
|
"optional"
|
"nonoptional"
|
"success"
|
"transform"
|
"default"
|
"prefault"
|
"catch"
|
"nan"
|
"pipe"
|
"readonly"
|
"template_literal"
|
"promise"
|
"lazy"
|
"custom"
Optional
error
error
?:
$ZodErrorMap
<
never
>
Optional
checks
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
error
checks
API
Assertions
GitHub
npm
bupkis
Loading...