Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Fix #273
Browse files Browse the repository at this point in the history
  • Loading branch information
codemanki committed Dec 7, 2019
1 parent 7a05f43 commit 19d6557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ declare namespace cloudscraper {
realEncoding?: string | null;
}

interface CloudscraperAPI extends request.RequestAPI<Cloudscraper, CoreOptions, request.RequiredUriUrl> {
interface CloudscraperAPI extends request.RequestAPI<Cloudscraper & request.ResponseRequest, request.CoreOptions, request.RequiredUriUrl> {
defaultParams: DefaultOptions;
(options: OptionsWithUrl): Promise<any>;
}
Expand Down

0 comments on commit 19d6557

Please sign in to comment.