mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #46678 add auto_populate_reply_metadata to Params type of twit package by @cuttingd
This commit is contained in:
parent
bc93e254f7
commit
a2a9dddc1f
1
types/twit/index.d.ts
vendored
1
types/twit/index.d.ts
vendored
@ -309,6 +309,7 @@ declare module 'twit' {
|
||||
stringify_ids?: boolean;
|
||||
in_reply_to_status_id?: number | string;
|
||||
page?: number;
|
||||
auto_populate_reply_metadata?: boolean;
|
||||
}
|
||||
export interface PromiseResponse {
|
||||
data: Response;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user