mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Add missing property to Params interface (#35762)
This commit is contained in:
committed by
Sheetal Nandi
parent
54d911076b
commit
0c9ced6276
1
types/twit/index.d.ts
vendored
1
types/twit/index.d.ts
vendored
@@ -275,6 +275,7 @@ declare module 'twit' {
|
||||
url?: string,
|
||||
include_user_entities?: boolean,
|
||||
stringify_ids?: boolean,
|
||||
in_reply_to_status_id?: number | string,
|
||||
}
|
||||
export interface PromiseResponse {
|
||||
data: Response,
|
||||
|
||||
Reference in New Issue
Block a user