refactor: update route type imports for admin actions and remove unused types
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user