Search...
export type RestOrArray<T> = T[] | [
    T[]
];
export type RestOrArray<T> = T[] | [
    T[]
];

No summary provided.