DeepReadonly<T> Type alias

Similar to the built-in Readonly, type alias but applied recursively. This basically makes all nested properties/members of an object/array immutable.

DeepReadonly = DeepReadonly<T>

Defined in

Last Updated: 08 January, 2020