Skip to content

Commit fffa6bd

Browse files
committed
Update types
1 parent f19aa06 commit fffa6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {Configuration, Plug, GlobalPlug} from './plug';
1+
import {Configuration, Plug, GlobalPlug, FetchResponse} from './plug';
22

3-
export type {Configuration, Plug};
3+
export type {Configuration, Plug, FetchResponse};
44

55
/* eslint-disable-next-line import/no-default-export -- Should be default export */
66
export default GlobalPlug.GLOBAL;

0 commit comments

Comments
 (0)