Type alias DeepWriteable<T>

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

Type Parameters

  • T

Generated using TypeDoc