Merge remote-tracking branch 'origin' into back-office-integration

This commit is contained in:
sdarbinyan
2026-02-28 16:13:14 +04:00
217 changed files with 10170 additions and 5789 deletions

View File

@@ -3,7 +3,7 @@ export interface Category {
name: string;
parentID: number;
icon?: string;
wideBanner?: string | boolean;
wideBanner?: string;
itemCount?: number;
priority?: number;