Skip to content

Commit 80009a2

Browse files
committed
import type
1 parent 027a592 commit 80009a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-endpoints-module/test-app-express-cjs/generated/custom-axios-instance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type AxiosRequestConfig, type AxiosInstance } from 'axios';
1+
import type { AxiosRequestConfig, AxiosInstance } from 'axios';
22

33
let AXIOS_INSTANCE: AxiosInstance | null = null;
44

0 commit comments

Comments
 (0)