Update twit/index.d.ts (#16957)

Added a missing param "track" to interface Param
This commit is contained in:
Takeshi Nishida
2017-06-05 13:49:32 -07:00
committed by Mohamed Hegazy
parent 214653678c
commit 3bca67a5e7
+1
View File
@@ -230,6 +230,7 @@ declare module 'twit' {
include_entities?: boolean,
// Other params from various endpoints
track?: string | string[],
media_id?: string,
media_ids?: string[],
alt_text?: {