From 8667a2c4fd770bb9f58345dc332458f7b187a132 Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Tue, 14 Apr 2020 20:28:35 -0700 Subject: [PATCH] [twit] Add page to Params (#43877) * Add page to Params * Add reference in definitions:by --- types/twit/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/twit/index.d.ts b/types/twit/index.d.ts index fddd0782b5..8960f1f2aa 100644 --- a/types/twit/index.d.ts +++ b/types/twit/index.d.ts @@ -7,6 +7,7 @@ // plhery // justGoscha // darkade +// 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,