bupkis
API
Assertions
Preparing search index...
bupkis
z
core
$ZodObjectDef
Interface $ZodObjectDef<Shape>
interface
$ZodObjectDef
<
Shape
extends
$ZodShape
=
$ZodShape
>
{
type
:
"object"
;
shape
:
Shape
;
catchall
?:
z
.
core
.
$ZodType
<
unknown
,
unknown
,
$ZodTypeInternals
<
unknown
,
unknown
>
,
>
;
error
?:
$ZodErrorMap
<
never
>
;
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
;
}
Type Parameters
Shape
extends
$ZodShape
=
$ZodShape
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodObjectDef
Index
Properties
type
shape
catchall?
error?
checks?
Properties
type
type
:
"object"
shape
shape
:
Shape
Optional
catchall
catchall
?:
z
.
core
.
$ZodType
<
unknown
,
unknown
,
$ZodTypeInternals
<
unknown
,
unknown
>
,
>
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
shape
catchall
error
checks
API
Assertions
GitHub
npm
bupkis
Loading...