Updated
This commit is contained in:
@@ -25,7 +25,14 @@ export type GetHomeDataResponse = {
|
||||
"description2": string,
|
||||
"link1": string,
|
||||
"link2": string
|
||||
}
|
||||
},
|
||||
"show_case_slider" : {
|
||||
"id": number,
|
||||
"title": string,
|
||||
"description": string,
|
||||
"link": string,
|
||||
"image": string,
|
||||
}[]
|
||||
};
|
||||
|
||||
const useHomeData = () => {
|
||||
|
||||
Reference in New Issue
Block a user