Rocky_Mountain_Vending/.pnpm-store/v10/files/3c/923d5f011af5c4ca512a1980942859f6a8a7452ac6e19fe002030616bedead1072d2a47f06e979d3f204ca24cb4702ca0227d46250c03cbdf56351494b1464
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
358 B
Text

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