We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19aa06 commit fffa6bdCopy full SHA for fffa6bd
src/index.ts
@@ -1,6 +1,6 @@
1
-import {Configuration, Plug, GlobalPlug} from './plug';
+import {Configuration, Plug, GlobalPlug, FetchResponse} from './plug';
2
3
-export type {Configuration, Plug};
+export type {Configuration, Plug, FetchResponse};
4
5
/* eslint-disable-next-line import/no-default-export -- Should be default export */
6
export default GlobalPlug.GLOBAL;
0 commit comments