mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-08-25 06:56:45 +00:00
Add price to interface
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user