Initial commit

This commit is contained in:
2025-10-02 08:54:03 +02:00
commit ea54638227
1642 changed files with 53677 additions and 0 deletions

19
types/lighthouse.d.ts vendored Normal file
View File

@@ -0,0 +1,19 @@
interface lighthouse {
analyzedPaths: string[]
performance: number
accessibility: number
bestPractices: number
seo: number
lighthouseMetrics: {
FCPS: number
FCPV: number
FMPV: number
FMPS: number
SIS: number
SIV: number
TTIS: number
TTIV: number
FPIDS: number
FPIDV: number
}
}