fix(frontend): removed unused interface
This commit is contained in:
parent
e706aca120
commit
b1c6783351
@ -9,10 +9,6 @@ interface GearParserProps {
|
|||||||
ParsedGearList: ParsedGear[];
|
ParsedGearList: ParsedGear[];
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ParseGearReq {
|
|
||||||
ParsedGearList: ParsedGear[];
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface ParsedGear {
|
export interface ParsedGear {
|
||||||
id: string;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user