shared
Preparing search index...
schemas/base
listSchema
Function listSchema
listSchema
<
T
>
(
schema
:
ZodType
<
T
>
,
)
:
ZodObject
<
{
list
:
ZodArray
<
ZodType
<
T
,
ZodTypeDef
,
T
>
,
"many"
>
;
total
:
ZodNumber
}
,
"strip"
,
ZodTypeAny
,
{
list
:
T
[]
;
total
:
number
}
,
{
list
:
T
[]
;
total
:
number
}
,
>
Type Parameters
T
Parameters
schema
:
ZodType
<
T
>
Returns
ZodObject
<
{
list
:
ZodArray
<
ZodType
<
T
,
ZodTypeDef
,
T
>
,
"many"
>
;
total
:
ZodNumber
}
,
"strip"
,
ZodTypeAny
,
{
list
:
T
[]
;
total
:
number
}
,
{
list
:
T
[]
;
total
:
number
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
shared
Loading...