Type Alias Mutable<T>

Mutable<T>: {
    -readonly [K in keyof T]: T[K]
}

Creates a Type where no properties are readonly

Type Parameters

  • T