Vana SDK - v0.1.0
Preparing search index...
types/generics
DeepReadonly
Type Alias DeepReadonly<T>
DeepReadonly
:
{
readonly
[
P
in
keyof
T
]
:
T
[
P
]
extends
object
?
DeepReadonly
<
T
[
P
]
>
:
T
[
P
]
}
Helper type to create a deep readonly type
Type Parameters
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Vana SDK - v0.1.0
Loading...
Helper type to create a deep readonly type