Preparing search index...
The search index is not available
adba
adba
zod
z
objectUtil
extendShape
Type Alias extendShape<A, B>
extend
Shape
<
A
,
B
>
:
(
keyof
A
&
keyof
B
)
extends
never
?
A
&
B
:
{
[
K
in
keyof
A
as
K
extends
keyof
B
?
never
:
K
]
:
A
[
K
]
}
&
{
[
K
in
keyof
B
]
:
B
[
K
]
}
Type Parameters
A
extends
object
B
extends
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
adba
Loading...