BETTERZON-118: Adding service functions for managing favorite shops (#66)

This commit is contained in:
Patrick
2021-05-26 21:30:53 +02:00
committed by GitHub
parent 6b88c48018
commit 1a65783690
2 changed files with 54 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface FavoriteShop {
favorite_id: number;
vendor_id: number;
user_id: number;
}