Updated
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user