bupkis
API
Assertions
Preparing search index...
bupkis
z
SafeExtendShape
Type Alias SafeExtendShape<Base, Ext>
SafeExtendShape
:
{
[
K
in
keyof
Ext
]
:
K
extends
keyof
Base
?
z
.
core
.
output
<
Ext
[
K
]
>
extends
z
.
core
.
output
<
Base
[
K
]
>
?
z
.
core
.
input
<
Ext
[
K
]
>
extends
z
.
core
.
input
<
Base
[
K
]
>
?
Ext
[
K
]
:
never
:
never
:
Ext
[
K
]
}
Type Parameters
Base
extends
$ZodShape
Ext
extends
$ZodLooseShape
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API
Assertions
GitHub
npm
bupkis
Loading...