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

10 lines
No EOL
381 B
Text

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