chore: some notes in inventoryTypes

This commit is contained in:
Sainan 2025-01-06 05:26:37 +01:00
parent 69c65f3ce2
commit 05fd3c4cec

View File

@ -102,7 +102,8 @@ export type TSolarMapRegion =
| "Uranus" | "Uranus"
| "Venus" | "Venus"
| "Void" | "Void"
| "SolarMapDeimosName"; | "SolarMapDeimosName"
| "1999MapName";
//TODO: perhaps split response and database into their own files //TODO: perhaps split response and database into their own files
@ -727,6 +728,8 @@ export interface IPendingRecipe {
ItemType: string; ItemType: string;
CompletionDate: Date; CompletionDate: Date;
ItemId: IOid; ItemId: IOid;
TargetItemId?: string; // likely related to liches
TargetFingerprint?: string; // likely related to liches
} }
export interface IPendingTrade { export interface IPendingTrade {