fix(frontend): removed unused interface

This commit is contained in:
Alex Wellnitz 2024-09-25 14:59:15 +02:00
parent e706aca120
commit b1c6783351

View File

@ -9,10 +9,6 @@ interface GearParserProps {
ParsedGearList: ParsedGear[];
}
interface ParseGearReq {
ParsedGearList: ParsedGear[];
}
export interface ParsedGear {
id: string;
name: string;