CLI: add properties to Results ts interface (#1882)
This commit is contained in:
Родитель
7824c3fff4
Коммит
60476d988d
|
@ -45,6 +45,8 @@ interface Results {
|
|||
audits: Object;
|
||||
lighthouseVersion: string;
|
||||
artifacts?: Object;
|
||||
initialUrl: string;
|
||||
generatedTime: string;
|
||||
}
|
||||
|
||||
export {
|
||||
|
|
Загрузка…
Ссылка в новой задаче