This commit is contained in:
sdarbinyan
2026-02-20 01:46:14 +04:00
parent 070e254a5c
commit 083b270c74
23 changed files with 878 additions and 109 deletions

View File

@@ -8,6 +8,7 @@ export interface Item {
currency: string;
imgs: string[];
tags: string[];
badges?: string[];
simpleDescription: string;
description: ItemDescriptionField[];
subcategoryId: string;