diff --git a/lighthouse-cli/types/types.ts b/lighthouse-cli/types/types.ts index da714f057e..630372ccc9 100644 --- a/lighthouse-cli/types/types.ts +++ b/lighthouse-cli/types/types.ts @@ -45,6 +45,8 @@ interface Results { audits: Object; lighthouseVersion: string; artifacts?: Object; + initialUrl: string; + generatedTime: string; } export {