Type alias Mutable<T>

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

Type Parameters

  • T

Generated using TypeDoc