chore: change IMiscItem to be an alias of ITypeCount
This commit is contained in:
parent
bf6c6a522a
commit
5cad6fe7d9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user