BETTERZON-101: Adding service functions for pricealarms api (#55)

- Not properly tested though as login functionality is required to test but not yet implemented
This commit is contained in:
Patrick
2021-05-19 19:46:30 +02:00
committed by GitHub
parent 1581184b57
commit 712f6c9034
3 changed files with 42 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
export interface PriceAlarm {
alarm_id: number;
user_id: number;
product_id: number;
defined_price: number;
}