mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
Vendored
+1
-1
@@ -70,7 +70,7 @@ declare namespace CliTable2 {
|
||||
}
|
||||
|
||||
interface GenericTable<T> extends Array<T> {
|
||||
options: CliTable2.TableInstanceOptions;
|
||||
options: TableInstanceOptions;
|
||||
readonly width: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user