Type alias DeepArray<V, K>

DeepArray<V, K>: (V | DeepObject<V, K> | DeepArray<V, K>)[] | []

Recursively defined array that can contain objects+arrays with values of a given type V.

Type Parameters

Generated using TypeDoc