Rocky_Mountain_Vending/.pnpm-store/v10/files/74/9d467e8ff975e55474f91c10d30b425572d4babdb24e55f736875966af81f6c3772d6b87e5a6eccd6df650a845446d8a56e1ad9b93b2165f1b249ca82577fc
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

13 lines
No EOL
441 B
Text

/**
* @fileoverview Helper functions to transform an LHR into a proto-ready LHR.
*
* FIXME: This file is 100% technical debt. Our eventual goal is for the
* roundtrip JSON to match the Golden LHR 1:1.
*/
/**
* Transform an LHR into a proto-friendly, mostly-compatible LHR.
* @param {LH.Result} lhr
* @return {LH.Result}
*/
export function processForProto(lhr: LH.Result): LH.Result;
//# sourceMappingURL=proto-preprocessor.d.ts.map