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;
}
export interface IMiscItem {
ItemCount: number;
ItemType: string;
}
export type IMiscItem = ITypeCount;
export interface ICrewShipWeapon {
PILOT: ICrewShipPilotWeapon;