Replace entire repo content with correct code from /root/shahikitchen-website/
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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