Type alias PerformanceReportEvent

PerformanceReportEvent: Performance & NamedEvent & {
    type: "performance-report";
}

Generated using TypeDoc