refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-client-pool / src / types.ts
index 11fe73e84d1fa4bc31ad5ce3b0cf15cb94b75239..6db45d5f0e7a413cd2e14ed4b2b17f7f326e4ecf 100644 (file)
@@ -1,9 +1,10 @@
 import type { URL } from 'node:url'
+
+import type { AxiosRequestConfig } from 'axios'
 import {
   type RequestInfo as NodeFetchRequestInfo,
   type RequestInit as NodeFetchRequestInit
 } from 'node-fetch'
-import type { AxiosRequestConfig } from 'axios'
 
 export interface WorkerData {
   input: URL | RequestInfo | NodeFetchRequestInfo