CLI: add properties to Results ts interface (#1882)

This commit is contained in:
Artem Denysov 2017-03-21 20:22:06 +02:00 коммит произвёл Eric Bidelman
Родитель 7824c3fff4
Коммит 60476d988d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,8 @@ interface Results {
audits: Object;
lighthouseVersion: string;
artifacts?: Object;
initialUrl: string;
generatedTime: string;
}
export {