Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/5928f41d093969743cd5c4b82d5014cfcb4c12ac724acb80adcd7cbf399057f689f77af0faf217d1b26291f4bc52b61e8b9c9ebde259470d9c462fa93cbdb9
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
590 B
Text

export default TraceCompat;
/** @implements {LH.Gatherer.GathererInstance<'Trace'>} */
declare class TraceCompat extends BaseGatherer implements LH.Gatherer.GathererInstance<"Trace"> {
/** @type {LH.Gatherer.GathererMeta<'Trace'>} */
meta: LH.Gatherer.GathererMeta<"Trace">;
/**
* @param {LH.Gatherer.Context<'Trace'>} passContext
* @return {Promise<LH.Artifacts['traces']>}
*/
getArtifact(passContext: LH.Gatherer.Context<"Trace">): Promise<LH.Artifacts["traces"]>;
}
import BaseGatherer from '../base-gatherer.js';
//# sourceMappingURL=trace-compat.d.ts.map