mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
chore(types): remove redundant interface
This commit is contained in:
@@ -5,7 +5,7 @@ interface Category {
|
||||
id: number;
|
||||
}
|
||||
|
||||
interface Icon {
|
||||
export interface Icon {
|
||||
name: string;
|
||||
slug: string;
|
||||
category_id: number;
|
||||
|
||||
Reference in New Issue
Block a user