This commit is contained in:
marzban-dev
2025-01-29 03:29:21 +03:30
parent 29ce3db965
commit e99a81d724
+2 -7
View File
@@ -6,7 +6,7 @@ import { API_ENDPOINTS, QUERY_KEYS } from "~/constants";
// types
export type GetHomeDataResponse = {
"sliders": {
"sliders": {
"id": number,
"link": string,
"title": string,
@@ -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,