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: 20 June, 2023
TypeScript doesn't actually allow recursive type aliases, so these are just sort of a hack to make DeepReadonly work
Last Updated: 20 June, 2023