We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9268ad8 + 4867366 commit 9bce7b0Copy full SHA for 9bce7b0
src/templates/core/axios/request.hbs
@@ -1,6 +1,6 @@
1
{{>header}}
2
3
-import axios, { AxiosError, AxiosRequestConfig, AxiosResponse } from 'axios';
+import axios, { AxiosError, type AxiosRequestConfig, type AxiosResponse } from 'axios';
4
import FormData from 'form-data';
5
6
import { ApiError } from './ApiError';
0 commit comments