Skip to content

Commit

Permalink
core: add top-level runtimeError
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Sep 18, 2018
1 parent d031338 commit ff30a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/lhr.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ declare global {
lighthouseVersion: string;
/** An object containing the results of the audits, keyed by the audits' `id` identifier. */
audits: Record<string, Audit.Result>;
/** The top-level categories, their overall scores, and member audits. */
/** The top-level categories, their overall scores, and member audits. */
categories: Record<string, Result.Category>;
/** Descriptions of the groups referenced by CategoryMembers. */
categoryGroups?: Record<string, Result.ReportGroup>;
Expand Down

0 comments on commit ff30a0e

Please sign in to comment.