@traversable/schema
Preparing search index...
@traversable/zod-types
Algebra
Type Alias Algebra<T>
Algebra
:
{
(
src
:
Z
.
Hole
<
T
>
,
ix
?:
Index
)
:
T
;
(
src
:
$ZodType
,
ix
?:
Index
)
:
T
;
(
src
:
Z
.
Hole
<
T
>
,
ix
?:
Index
)
:
T
;
}
Type Parameters
T
Type declaration
(
src
:
Z
.
Hole
<
T
>
,
ix
?:
Index
)
:
T
Parameters
src
:
Z
.
Hole
<
T
>
Optional
ix
:
Index
Returns
T
(
src
:
$ZodType
,
ix
?:
Index
)
:
T
Parameters
src
:
$ZodType
Optional
ix
:
Index
Returns
T
(
src
:
Z
.
Hole
<
T
>
,
ix
?:
Index
)
:
T
Parameters
src
:
Z
.
Hole
<
T
>
Optional
ix
:
Index
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@traversable/schema
Loading...