Rocky_Mountain_Vending/.pnpm-store/v10/files/18/a25cb2950ad50dff87dd614c6beef5b076f3ba4bf812f7d81ca499547a452d1f9cdc458c3a50cb91cf5b0b80a2fe59d1ed2a9d903e58fb631178d093c8ed20
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

11 lines
No EOL
417 B
Text

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