interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodTypeDef
Interface $ZodTypeDef
interface
$ZodTypeDef
{
checks
?:
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
type
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"map"
|
"custom"
|
"transform"
|
"default"
|
"optional"
|
"catch"
|
"date"
|
"int"
|
"null"
|
"void"
|
"never"
|
"any"
|
"unknown"
|
"record"
|
"file"
|
"array"
|
"tuple"
|
"union"
|
"intersection"
|
"set"
|
"enum"
|
"literal"
|
"nullable"
|
"nonoptional"
|
"success"
|
"prefault"
|
"nan"
|
"pipe"
|
"readonly"
|
"template_literal"
|
"promise"
|
"lazy"
;
}
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodObjectDef
$ZodStringDef
$ZodArrayDef
$ZodDateDef
$ZodMapDef
$ZodNumberDef
$ZodRecordDef
$ZodSetDef
$ZodTupleDef
$ZodEnumDef
$ZodOptionalDef
$ZodNonOptionalDef
$ZodNullableDef
$ZodDefaultDef
$ZodPrefaultDef
$ZodUnionDef
$ZodIntersectionDef
$ZodPipeDef
$ZodTransformDef
$ZodCatchDef
$ZodReadonlyDef
$ZodPromiseDef
$ZodBigIntDef
Index
Properties
checks?
error?
type
Properties
Optional
checks
checks
?:
$ZodCheck
<
never
>
[]
Optional
error
error
?:
$ZodErrorMap
<
never
>
type
type
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"map"
|
"custom"
|
"transform"
|
"default"
|
"optional"
|
"catch"
|
"date"
|
"int"
|
"null"
|
"void"
|
"never"
|
"any"
|
"unknown"
|
"record"
|
"file"
|
"array"
|
"tuple"
|
"union"
|
"intersection"
|
"set"
|
"enum"
|
"literal"
|
"nullable"
|
"nonoptional"
|
"success"
|
"prefault"
|
"nan"
|
"pipe"
|
"readonly"
|
"template_literal"
|
"promise"
|
"lazy"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checks
error
type
interface-forge - v2.5.0
Loading...