@archastro/sdk
Preparing search index...
custom-object-subscriptions
DeepPartial
Type Alias DeepPartial<T>
DeepPartial
:
T
extends
readonly
unknown
[]
?
T
:
T
extends
object
?
{
[
K
in
keyof
T
]
?:
DeepPartial
<
T
[
K
]
>
}
:
T
Type Parameters
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@archastro/sdk
Loading...