/** * Remove `readonly`. */ export type Mutable = { -readonly [P in keyof T]: T[P] };