diff --git a/src/main/resources/generator/client/vue/webapp/app/shared/http/infrastructure/secondary/AxiosHttp.ts.mustache b/src/main/resources/generator/client/vue/webapp/app/shared/http/infrastructure/secondary/AxiosHttp.ts.mustache index ec1033a2020..b8153dc921d 100644 --- a/src/main/resources/generator/client/vue/webapp/app/shared/http/infrastructure/secondary/AxiosHttp.ts.mustache +++ b/src/main/resources/generator/client/vue/webapp/app/shared/http/infrastructure/secondary/AxiosHttp.ts.mustache @@ -1,7 +1,5 @@ import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'; -export type AxiosHttpResponse = AxiosResponse; - export class AxiosHttp { constructor(private readonly axiosInstance: AxiosInstance) {}