返回提交历史
Modified
src/types/inventoryTypes/inventoryTypes.ts
+4
-1
XFEstudio/SpaceNinjaServer
chore: some notes in inventoryTypes
05fd3c4c
代码差异
1 个文件
+4
-1
@@ -102,7 +102,8 @@ export type TSolarMapRegion =
102
102
| "Uranus"
103
103
| "Venus"
104
104
| "Void"
105
| "SolarMapDeimosName";
105
| "SolarMapDeimosName"
106
| "1999MapName";
106
107
107
108
//TODO: perhaps split response and database into their own files
108
109
@@ -727,6 +728,8 @@ export interface IPendingRecipe {
727
728
ItemType: string;
728
729
CompletionDate: Date;
729
730
ItemId: IOid;
731
TargetItemId?: string; // likely related to liches
732
TargetFingerprint?: string; // likely related to liches
730
733
}
731
734
732
735
export interface IPendingTrade {