Skip to content

Commit fdad1b4

Browse files
committed
fix: expose MicrolinkApiOptions for node
1 parent 16c9eb6 commit fdad1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { MqlPayload, MqlOptions } from '../lightweight';
2-
export { MicrolinkError, MqlError, MqlPayload } from '../lightweight'
2+
export { MicrolinkApiOptions, MicrolinkError, MqlError, MqlPayload } from '../lightweight'
33

44
import { Response, Options as GotOpts } from 'got/dist/source/core'
55

0 commit comments

Comments
 (0)