Replace entire repo content with shahikitchen-v1-prodcution.zip (v1.1 production)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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