complete-commonTypesWriteable (Type)On this pageWriteable (Type)Type Aliases Writeable<T> type Writeable<T>: { -readonly [P in keyof T]: T[P] }; Helper type to convert a read-only object into a writable object. This is the opposite of the built-in Readonly utility type. Type Parameters Type ParameterT Defined in types/Writeable.ts:6