Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
@membranehq/sdk
$ZodObjectDef
Interface $ZodObjectDef<Shape>
interface
$ZodObjectDef
<
Shape
extends
$ZodShape
=
$ZodShape
>
{
error
?:
$ZodErrorMap
<
never
>
;
checks
?:
$ZodCheck
<
never
>
[]
;
type
:
"object"
;
shape
:
Shape
;
catchall
?:
$ZodType
<
unknown
,
unknown
,
$ZodTypeInternals
<
unknown
,
unknown
>
>
;
}
Type Parameters
Shape
extends
$ZodShape
=
$ZodShape
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodObjectDef
Index
Properties
error?
checks?
type
shape
catchall?
Properties
Optional
error
error
?:
$ZodErrorMap
<
never
>
Optional
checks
checks
?:
$ZodCheck
<
never
>
[]
type
type
:
"object"
shape
shape
:
Shape
Optional
catchall
catchall
?:
$ZodType
<
unknown
,
unknown
,
$ZodTypeInternals
<
unknown
,
unknown
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
checks
type
shape
catchall
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...