Rocky_Mountain_Vending/.pnpm-store/v10/files/4c/f066f9b8b44d7a7f5fc4b4dba3735e494f5e55dd6684223dfc5d7c3b66e2ad62de2cff1f58f9be46e34400df9a7ca48f85318c4d6fecfa2ef90ee1f7bd8c98
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

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