chore: some notes in inventoryTypes
This commit is contained in:
parent
69c65f3ce2
commit
05fd3c4cec
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user