refactor: update route type imports for admin actions and remove unused types

This commit is contained in:
Ardeman
2025-03-12 10:41:21 +08:00
parent 70cbb134d8
commit 56c31d7a20
14 changed files with 14 additions and 14 deletions
-1
View File
@@ -12,7 +12,6 @@ const adsResponseSchema = z.object({
})
export type TAdResponse = z.infer<typeof adResponseSchema>
export type TAdsResponse = z.infer<typeof adsResponseSchema>
export const getAds = async (parameters?: THttpServer) => {
try {