Type alias DeepWritable<T>

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

Type Parameters

  • T

Generated using TypeDoc v0.23.24