optimising and making it better
This commit is contained in:
@@ -3,7 +3,7 @@ export interface Category {
|
||||
name: string;
|
||||
parentID: number;
|
||||
icon?: string;
|
||||
wideBanner?: string | boolean;
|
||||
wideBanner?: string;
|
||||
itemCount?: number;
|
||||
priority?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user