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