DeepReadonlyArray<T> Interface
TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work
Extends
- ReadonlyArray<DeepReadonly<T>>
Defined in
Last Updated: 30 November, 2023
TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work
Last Updated: 30 November, 2023