Type Alias DeepWriteable<T>

DeepWriteable<T>: {
    -readonly [P in keyof T]: DeepWriteable<T[P]>
}

Type Parameters

  • T