Replace entire repo content with kottgard-production-v1.1.zip (for shahikitchen-prod repo)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import type { CartItem } from './entities';
|
||||
|
||||
/** Port: cart persistence (implemented by infrastructure). */
|
||||
export interface CartRepository {
|
||||
load(): CartItem[];
|
||||
save(items: CartItem[]): void;
|
||||
}
|
||||
Reference in New Issue
Block a user