This commit is contained in:
marzban-dev
2025-03-09 01:04:14 +03:30
parent ded57959b6
commit eb27c51ebf
+2 -1
View File
@@ -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,