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