refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-client-pool / src / types.ts
index ff0d3262e2d05644669108e2a412489afabb853c..6db45d5f0e7a413cd2e14ed4b2b17f7f326e4ecf 100644 (file)
@@ -1,9 +1,10 @@
-import { type URL } from 'node:url'
+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