Skip to content

Commit

Permalink
Add more object shape properties to AuditResult.
Browse files Browse the repository at this point in the history
  • Loading branch information
samccone committed Oct 26, 2016
1 parent 81e2774 commit 143e46e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lighthouse-cli/types/types.ts
Expand Up @@ -4,6 +4,10 @@ interface AuditResult {
comingSoon?: boolean;
score: number;
description: string;
name: string;
category: string;
helpText: string;
requiredArtifacts: Array<string>;
extendedInfo?: {
value: string;
formatter: string;
Expand Down

0 comments on commit 143e46e

Please sign in to comment.