chore: fix type not matching reality

This commit is contained in:
Sainan 2025-02-23 14:10:10 +01:00
parent 837e041db8
commit 1274304647

View File

@ -62,7 +62,7 @@ export interface IInventoryDatabase
InfestedFoundry?: IInfestedFoundryDatabase;
DialogueHistory?: IDialogueHistoryDatabase;
KubrowPetEggs?: IKubrowPetEggDatabase[];
PendingCoupon: IPendingCouponDatabase;
PendingCoupon?: IPendingCouponDatabase;
}
export interface IQuestKeyDatabase {
@ -320,7 +320,7 @@ export interface IInventoryClient extends IDailyAffiliations, InventoryClientEqu
CollectibleSeries: ICollectibleSery[];
LibraryAvailableDailyTaskInfo: ILibraryAvailableDailyTaskInfo;
HasResetAccount: boolean;
PendingCoupon: IPendingCouponClient;
PendingCoupon?: IPendingCouponClient;
Harvestable: boolean;
DeathSquadable: boolean;
EndlessXP?: IEndlessXpProgress[];