Library API
⬅ Back to Guides
Preparing search index...
common.index
MutableObject
Type Alias MutableObject<T>
MutableObject
:
{
-
readonly
[
K
in
keyof
T
]
:
T
[
K
]
}
🔍 Expanded Type Evaluation (Compiler API)
type MutableObject<T> = { -readonly [K in keyof T]: T[K]; }
remove readonly from all keys
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
⬅ Back to Guides
Library API
Loading...
remove readonly from all keys