This commit is contained in:
marzban-dev
2025-01-29 03:29:21 +03:30
parent 29ce3db965
commit e99a81d724
+1 -6
View File
@@ -14,12 +14,7 @@ export type GetHomeDataResponse = {
"image": string | null,
"video": string | null
}[],
"sub_categories": {
"id": number,
"name": string,
"icon": string,
"product_count": number,
}[],
"sub_categories": SubCategory[],
"products": Product[],
"difreance_section": {
"image1": string,