export interface AutoCompleteOption { id: number | string; name: string; }