Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
No EOL
440 B
Text
8 lines
No EOL
440 B
Text
export type ItemValueType = import("../../types/lhr/audit-details").default.ItemValueType;
|
|
/** @typedef {import('../../types/lhr/audit-details').default.ItemValueType} ItemValueType */
|
|
/**
|
|
* Upgrades an lhr object in-place to account for changes in the data structure over major versions.
|
|
* @param {LH.Result} lhr
|
|
*/
|
|
export function upgradeLhrForCompatibility(lhr: LH.Result): void;
|
|
//# sourceMappingURL=lighthouse-compatibility.d.ts.map |