[twit] Add page to Params (#43877)

* Add page to Params

* Add reference in definitions:by
This commit is contained in:
Brian Chan 2020-04-14 20:28:35 -07:00 committed by GitHub
parent ed0c02c9d4
commit 8667a2c4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
// plhery <https://github.com/plhery>
// justGoscha <https://github.com/justgoscha>
// darkade <https://github.com/darkade>
// brianjychan <https://github.com/brianjychan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
@ -282,6 +283,7 @@ declare module 'twit' {
include_user_entities?: boolean,
stringify_ids?: boolean,
in_reply_to_status_id?: number | string,
page?: number,
}
export interface PromiseResponse {
data: Response,