Type Alias DeepWriteable<T>

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

Type Parameters

  • T