mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Change type of display_text_range
This commit is contained in:
Vendored
+1
-1
@@ -199,7 +199,7 @@ declare module 'twit' {
|
||||
withheld_copyright?: boolean,
|
||||
withheld_in_countries?: string[],
|
||||
withheld_scope?: string,
|
||||
display_text_range?: number[],
|
||||
display_text_range?: [number, number],
|
||||
}
|
||||
export interface Metadata {
|
||||
max_id?: number,
|
||||
|
||||
Reference in New Issue
Block a user