Type Alias Mutable<type>

Mutable: { -readonly [key in keyof type]: type[key] }

Removes readonly from all properties of an object.

Type Parameters

  • type extends object