Type Alias Mutable<T>

Mutable: { -readonly [P in keyof T]: T[P] }

Makes all properties in T mutable

Type Parameters

  • T