diff --git a/lib/utils/got.ts b/lib/utils/got.ts index cd766f3f0..5fb000c5e 100644 --- a/lib/utils/got.ts +++ b/lib/utils/got.ts @@ -66,3 +66,4 @@ const custom: typeof got & { custom.all = (list) => Promise.all(list); export default custom; +export type { Response, NormalizedOptions, Options } from 'got';