From 05fd3c4cecf671d43938a9f5698bed072a4fc6e5 Mon Sep 17 00:00:00 2001 From: Sainan Date: Mon, 6 Jan 2025 05:26:37 +0100 Subject: [PATCH] chore: some notes in inventoryTypes --- src/types/inventoryTypes/inventoryTypes.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/types/inventoryTypes/inventoryTypes.ts b/src/types/inventoryTypes/inventoryTypes.ts index c453206d..81d12bff 100644 --- a/src/types/inventoryTypes/inventoryTypes.ts +++ b/src/types/inventoryTypes/inventoryTypes.ts @@ -102,7 +102,8 @@ export type TSolarMapRegion = | "Uranus" | "Venus" | "Void" - | "SolarMapDeimosName"; + | "SolarMapDeimosName" + | "1999MapName"; //TODO: perhaps split response and database into their own files @@ -727,6 +728,8 @@ export interface IPendingRecipe { ItemType: string; CompletionDate: Date; ItemId: IOid; + TargetItemId?: string; // likely related to liches + TargetFingerprint?: string; // likely related to liches } export interface IPendingTrade {