Updated
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
import { useQuery } from "@tanstack/vue-query";
|
||||
import { API_ENDPOINTS, QUERY_KEYS } from "~/constants";
|
||||
import type { GetArticleResponse } from "~/composables/api/blog/useGetArticle";
|
||||
|
||||
// types
|
||||
|
||||
@@ -15,7 +16,7 @@ export type GetHomeDataResponse = {
|
||||
"video": string | null
|
||||
}[],
|
||||
"sub_categories": SubCategory[],
|
||||
"products": Product[],
|
||||
"products": ProductListItem[],
|
||||
"difreance_section": {
|
||||
"image1": string,
|
||||
"image2": string,
|
||||
|
||||
Reference in New Issue
Block a user