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;
|
ItemType: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IMiscItem {
|
export type IMiscItem = ITypeCount;
|
||||||
ItemCount: number;
|
|
||||||
ItemType: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface ICrewShipWeapon {
|
export interface ICrewShipWeapon {
|
||||||
PILOT: ICrewShipPilotWeapon;
|
PILOT: ICrewShipPilotWeapon;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user