chore: change IMiscItem to be an alias of ITypeCount

This commit is contained in:
Sainan 2025-01-03 02:36:38 +01:00
parent bf6c6a522a
commit 5cad6fe7d9

View File

@ -460,10 +460,7 @@ export interface IFlavourItem {
ItemType: string; ItemType: string;
} }
export interface IMiscItem { export type IMiscItem = ITypeCount;
ItemCount: number;
ItemType: string;
}
export interface ICrewShipWeapon { export interface ICrewShipWeapon {
PILOT: ICrewShipPilotWeapon; PILOT: ICrewShipPilotWeapon;