返回提交历史
Modified
src/types/inventoryTypes/inventoryTypes.ts
+2
-2
XFEstudio/SpaceNinjaServer
chore: fix type not matching reality
12743046
代码差异
1 个文件
+2
-2
@@ -62,7 +62,7 @@ export interface IInventoryDatabase
62
62
InfestedFoundry?: IInfestedFoundryDatabase;
63
63
DialogueHistory?: IDialogueHistoryDatabase;
64
64
KubrowPetEggs?: IKubrowPetEggDatabase[];
65
PendingCoupon: IPendingCouponDatabase;
65
PendingCoupon?: IPendingCouponDatabase;
66
66
}
67
67
68
68
export interface IQuestKeyDatabase {
@@ -320,7 +320,7 @@ export interface IInventoryClient extends IDailyAffiliations, InventoryClientEqu
320
320
CollectibleSeries: ICollectibleSery[];
321
321
LibraryAvailableDailyTaskInfo: ILibraryAvailableDailyTaskInfo;
322
322
HasResetAccount: boolean;
323
PendingCoupon: IPendingCouponClient;
323
PendingCoupon?: IPendingCouponClient;
324
324
Harvestable: boolean;
325
325
DeathSquadable: boolean;
326
326
EndlessXP?: IEndlessXpProgress[];