Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/d7b3f8fae60d13f42266a0b5559f92fa7a9d55bdf3921cdb1f6c1030d1c0ce41094153459eb68724c02d462d1b74681c9ce4ee87b8fa3d3fd406382de4c09c
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

15 lines
No EOL
608 B
Text

export default MainDocumentContent;
/**
* Collects the content of the main html document.
*/
declare class MainDocumentContent extends BaseGatherer {
/** @type {LH.Gatherer.GathererMeta<'DevtoolsLog'>} */
meta: LH.Gatherer.GathererMeta<"DevtoolsLog">;
/**
* @param {LH.Gatherer.Context<'DevtoolsLog'>} context
* @return {Promise<LH.Artifacts['MainDocumentContent']>}
*/
getArtifact(context: LH.Gatherer.Context<"DevtoolsLog">): Promise<LH.Artifacts["MainDocumentContent"]>;
}
import BaseGatherer from '../base-gatherer.js';
//# sourceMappingURL=main-document-content.d.ts.map