mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 03:20:46 +08:00
Change type of display_text_range
This commit is contained in:
2
types/twit/index.d.ts
vendored
2
types/twit/index.d.ts
vendored
@@ -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