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

Removes readonly from all properties of an object.

Type Parameters

  • type extends object