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 = undefined
Defined in
Last Updated: 20 June, 2023
Similar to the built-in Readonly, type alias but applied recursively. This basically makes all nested properties/members of an object/array immutable.
DeepReadonly = undefined
Last Updated: 20 June, 2023