Replace entire repo content with shahikitchen-v1-prodcution.zip (v1.1 production)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { WishlistItem } from './entities';
|
||||
|
||||
export interface WishlistRepository {
|
||||
load(): WishlistItem[];
|
||||
save(items: WishlistItem[]): void;
|
||||
}
|
||||
Reference in New Issue
Block a user