AWS SDK Vitest Mock - API Reference - v1.0.93
Preparing search index...
DeepPartial
Type Alias DeepPartial<T>
DeepPartial
:
T
extends
(
...
args
:
unknown
[]
)
=>
unknown
?
T
:
T
extends
ReadonlyArray
<
infer
U
>
?
ReadonlyArray
<
DeepPartial
<
U
>
>
:
T
extends
object
?
{
[
K
in
keyof
T
]
?:
DeepPartial
<
T
[
K
]
>
}
:
T
TypeScript utility types for working with AWS SDK mocks
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
AWS SDK Vitest Mock - API Reference - v1.0.93
Loading...
TypeScript utility types for working with AWS SDK mocks