BETTERZON-48: Adding API functionality to get best available deals (#20)

This commit is contained in:
Patrick
2021-04-05 16:34:11 +02:00
committed by GitHub
parent 997b68abf4
commit 1b1cdb59f6
3 changed files with 118 additions and 2 deletions
@@ -4,4 +4,7 @@ export interface Price {
vendor_id: number;
price_in_cents: number;
timestamp: Date;
// Only for deals
amazonDifference?: number;
amazonDifferencePercent?: number;
}