mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[twit] Add page to Params (#43877)
* Add page to Params * Add reference in definitions:by
This commit is contained in:
parent
ed0c02c9d4
commit
8667a2c4fd
2
types/twit/index.d.ts
vendored
2
types/twit/index.d.ts
vendored
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user