Replace entire repo content with kottgard-production-v1.1.zip (for shahikitchen-prod repo)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import type { MenuCategory, MenuItem } from './entities';
|
||||
|
||||
/** Port: menu data access (implemented by infrastructure). */
|
||||
export interface MenuRepository {
|
||||
getCategories(): MenuCategory[];
|
||||
getAllItems(): MenuItem[];
|
||||
findItemById(id: string): MenuItem | undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user