Add category locale names (#112)
This commit is contained in:
@@ -8,4 +8,5 @@ export interface Category {
|
||||
childCount: number;
|
||||
lft: number;
|
||||
rgt: number;
|
||||
localeNames: Array<Record<string, string>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user