Change type of display_text_range

This commit is contained in:
takuya inagaki
2018-05-27 03:26:46 +09:00
committed by GitHub
parent ca7d2e92a6
commit 35793341b2

View File

@@ -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,