diff --git a/types/got/index.d.ts b/types/got/index.d.ts index ba62e095ff..7774f8fce7 100644 --- a/types/got/index.d.ts +++ b/types/got/index.d.ts @@ -284,6 +284,7 @@ declare namespace got { requestUrl: string; fromCache: boolean; redirectUrls?: string[]; + retryCount: number; } type GotPromise = Promise> & { cancel(): void };