chore: add accolade fields to IInventoryResponse
This commit is contained in:
parent
259bfa1362
commit
fd4e6b00cc
@ -170,6 +170,14 @@ export interface IInventoryResponse {
|
||||
PendingRecipes: IPendingRecipeResponse[];
|
||||
TrainingDate: IMongoDate;
|
||||
PlayerLevel: number;
|
||||
Staff?: boolean;
|
||||
Founder?: number;
|
||||
Guide?: number;
|
||||
Moderator?: boolean;
|
||||
Partner?: boolean;
|
||||
Accolades?: {
|
||||
Heirloom?: boolean;
|
||||
};
|
||||
Upgrades: ICrewShipSalvagedWeaponSkin[];
|
||||
EquippedGear: string[];
|
||||
DeathMarks: string[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user