export interface SearchListModel { id: string; query: string; isDisabled: boolean; }