CDP Frontend SDK
Preparing search index...
@coinbase/cdp-core
ExactPartial
Type Alias ExactPartial<T>
ExactPartial
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
extends
object
?
ExactPartial
<
T
[
P
]
>
:
T
[
P
]
}
A type that makes all properties of an object optional.
Type Parameters
T
The type to make partial.
Returns
The partial type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CDP Frontend SDK
Loading...
A type that makes all properties of an object optional.