Type AliasesMutableVersion: 4.1On this pageType alias: Mutable<T> Mutable<T>: { -readonly [P in keyof T]: T[P] } Removes "readonly" from all properties Type parameters • T