Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
@membranehq/sdk
$ZodTypeDef
Interface $ZodTypeDef
interface
$ZodTypeDef
{
type
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"lazy"
|
"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"
|
"custom"
;
error
?:
$ZodErrorMap
<
never
>
;
checks
?:
$ZodCheck
<
never
>
[]
;
}
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodObjectDef
$ZodEnumDef
$ZodStringDef
$ZodOptionalDef
$ZodAnyDef
$ZodRecordDef
$ZodArrayDef
$ZodBooleanDef
$ZodUnknownDef
$ZodLiteralDef
$ZodNumberDef
$ZodIntersectionDef
$ZodPipeDef
$ZodTransformDef
$ZodUnionDef
$ZodLazyDef
$ZodNonOptionalDef
$ZodNullableDef
$ZodDefaultDef
$ZodPrefaultDef
$ZodCatchDef
$ZodReadonlyDef
Index
Properties
type
error?
checks?
Properties
type
type
:
|
"string"
|
"number"
|
"bigint"
|
"boolean"
|
"symbol"
|
"undefined"
|
"object"
|
"function"
|
"lazy"
|
"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"
|
"custom"
Optional
error
error
?:
$ZodErrorMap
<
never
>
Optional
checks
checks
?:
$ZodCheck
<
never
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
error
checks
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...