From 3053c5fa6f87ab9d153cbea48d6a59f664c358f7 Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Fri, 10 Dec 2021 17:48:59 +0100 Subject: [PATCH] Mention `Progress` in types list Fixes #1895 --- documentation/typescript.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/typescript.md b/documentation/typescript.md index b56738efc..9fba40165 100644 --- a/documentation/typescript.md +++ b/documentation/typescript.md @@ -44,6 +44,8 @@ Here's a list of types that Got exports: ### [`RequestEvents`](https://github.com/sindresorhus/got/blob/ae04c0e36cf3f5b2e356df7d48a5b19988f935a2/source/core/index.ts#L108) +### [`Progress`](https://github.com/sindresorhus/got/blob/0f9f2b83b77710f2dc08c2a6bce1c78ba8d46760/source/core/index.ts#L40) + ### [`InstanceDefaults`](https://github.com/sindresorhus/got/blob/ae04c0e36cf3f5b2e356df7d48a5b19988f935a2/source/types.ts#L17) ### [`GotReturn`](https://github.com/sindresorhus/got/blob/ae04c0e36cf3f5b2e356df7d48a5b19988f935a2/source/types.ts#L44)