export type RestOrArray<Type> = Type[] | [ Type[]
];
export type RestOrArray<Type> = Type[] | [ Type[]
];
Represents data that may be an array or came from a rest parameter.
export type RestOrArray<Type> = Type[] | [ Type[]
];
export type RestOrArray<Type> = Type[] | [ Type[]
];