UNPKG

website-auditfy

Version:

> Tool for validate your project on SEO, HTML, CSS, JS, TS, Performance, Security and A11Y

3 lines (2 loc) 138 B
import { Result as AuditResult } from "lighthouse/types/lhr/audit-result"; export type LightHouseAuditType = Record<string, AuditResult>;