fix(frontend): removed unused interface
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user