import { ISelectionItem } from "./ISelectionItem"; export type ISelection = Array<{ groupName: string, items: ISelectionItem[] } | ISelectionItem>