@juulsgaard/ts-tools
Preparing search index...
Mutable
Type Alias Mutable<T>
Mutable
:
{
-
readonly
[
K
in
keyof
T
]
:
T
[
K
]
}
Creates a Type where no properties are readonly
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@juulsgaard/ts-tools
Loading...
Creates a Type where no properties are readonly