Skip to content

Commit

Permalink
misc: fix PhaseArtifact type to include Stacks (#12280)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored and paulirish committed Mar 23, 2021
1 parent 97b3c3e commit 5eecc0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/gatherer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ declare global {
LH.Artifacts['devtoolsLogs'] |
LH.Artifacts['traces'] |
LH.Artifacts['WebAppManifest'] |
LH.Artifacts['InstallabilityErrors'];
LH.Artifacts['InstallabilityErrors'] |
LH.Artifacts['Stacks'];
export type PhaseResultNonPromise = void|PhaseArtifact
export type PhaseResult = PhaseResultNonPromise | Promise<PhaseResultNonPromise>

Expand Down

0 comments on commit 5eecc0a

Please sign in to comment.