Converts readonly properties of a type T to writable properties. This is the opposite of the Readonly<T> builtin mapped type.
T
Readonly<T>
Converts readonly properties of a type
T
to writable properties. This is the opposite of theReadonly<T>
builtin mapped type.