export interface GroceryItemType { id: number; item_name: string; quantity: number; }