export type DefaultGridSuggestionItem = {
  id: string;
  onItemClick: () => void;
};
