Add category locale names (#112)

This commit is contained in:
Niklas Fondberg
2022-04-21 11:59:35 +02:00
committed by GitHub
parent 60d4d312f1
commit 9e2ff31b65
4 changed files with 21 additions and 2 deletions
+1
View File
@@ -8,4 +8,5 @@ export interface Category {
childCount: number;
lft: number;
rgt: number;
localeNames: Array<Record<string, string>>;
}