@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
runtime/protos/core
DeepPartial
Type Alias DeepPartial<T>
DeepPartial
:
T
extends
Builtin
?
T
:
T
extends
Long
?
string
|
number
|
Long
:
T
extends
(
infer
U
)
[]
?
DeepPartial
<
U
>
[]
:
T
extends
ReadonlyArray
<
infer
U
>
?
ReadonlyArray
<
DeepPartial
<
U
>
>
:
T
extends
{}
?
{
[
K
in
Exclude
<
keyof
T
,
"$type"
>
]
?:
DeepPartial
<
T
[
K
]
>
}
:
Partial
<
T
>
Type Parameters
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...