Add price to interface

This commit is contained in:
kvan7
2025-09-14 09:36:50 -05:00
parent 31853cc5b3
commit faba6d52f3
2 changed files with 19 additions and 0 deletions
+17
View File
@@ -39,21 +39,38 @@
"Update to 2"
],
"cSpell.words": [
"activegem",
"Atzoatl",
"azmeri",
"corruptionjewel",
"Defences",
"DIVCARD",
"divinable",
"edps",
"heistequipment",
"heistmission",
"heistreward",
"heisttool",
"heistutility",
"heistweapon",
"ilvl",
"Kalandra",
"keybinds",
"Knockback",
"metagem",
"nonunique",
"oneaxe",
"onemace",
"onesword",
"onlineleague",
"pdps",
"runedagger",
"stormcloud's",
"supportgem",
"Synthesised",
"twoaxe",
"twomace",
"twosword",
"uniquefoil",
"uniquejewel",
"vitepress",
@@ -293,6 +293,8 @@ export interface PricingResult {
priceAmount: number;
priceCurrency: string;
priceCurrencyRank?: number;
normalizedPrice: number;
normalizedPriceCurrency: string;
isMine: boolean;
hasNote: boolean;
isInstantBuyout: boolean;