chore(types): remove redundant interface

This commit is contained in:
Elian Doran
2025-01-18 01:24:04 +02:00
parent 3db93cdf24
commit 0776f17ebb
2 changed files with 2 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ interface Category {
id: number;
}
interface Icon {
export interface Icon {
name: string;
slug: string;
category_id: number;