import { ComboboxItem } from '@mantine/core'; export interface OptionsGroup { group: string; items: ComboboxItem[]; }