RestOrArray

type RestOrArray<T> = T[] | [T[]];
type RestOrArray<T> = T[] | [T[]];

No summary provided.

T[]
[T[]]