/** * @internal */ export type Mutable = { -readonly [Property in keyof Type]: Type[Property]; };