interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodObjectDef
Interface $ZodObjectDef<Shape>
interface
$ZodObjectDef
<
Shape
extends
$ZodShape
=
$ZodShape
>
{
catchall
?:
$ZodType
<
unknown
,
unknown
,
$ZodTypeInternals
<
unknown
,
unknown
>
,
>
;
checks
?:
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
shape
:
Shape
;
type
:
"object"
;
}
Type Parameters
Shape
extends
$ZodShape
=
$ZodShape
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodObjectDef
Index
Properties
catchall?
checks?
error?
shape
type
Properties
Optional
catchall
catchall
?:
$ZodType
<
unknown
,
unknown
,
$ZodTypeInternals
<
unknown
,
unknown
>
>
Optional
checks
checks
?:
$ZodCheck
<
never
>
[]
Optional
error
error
?:
$ZodErrorMap
<
never
>
shape
shape
:
Shape
type
type
:
"object"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catchall
checks
error
shape
type
interface-forge - v2.5.0
Loading...