request check removed

This commit is contained in:
sdarbinyan
2026-02-14 20:18:55 +04:00
parent 61f441f6b2
commit 0692cc6360
2 changed files with 3 additions and 25 deletions

View File

@@ -4,4 +4,5 @@ export interface Category {
parentID: number;
icon?: string;
wideBanner?: string;
itemCount?: number;
}