type-aliasesType alias: Mutable\<T\>Version: 4.2On this pageType alias: Mutable<T> Mutable<T>: { -readonly [P in keyof T]: T[P] } Removes "readonly" from all properties Type parameters • T