Rocky_Mountain_Vending/.pnpm-store/v10/files/1e/992e8d49e21e80bb9dd3fc0678010e6ca3d14270d5aa953b12583c4623e95044328ec5d200b2c72d481eccba556b7f6c36414e25728474431c60c8947405a9
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
426 B
Text

export default CacheContents;
declare class CacheContents extends BaseGatherer {
/**
* Creates an array of cached URLs.
* @param {LH.Gatherer.Context} passContext
* @return {Promise<LH.Artifacts['CacheContents']>}
*/
getArtifact(passContext: LH.Gatherer.Context): Promise<LH.Artifacts["CacheContents"]>;
}
import BaseGatherer from '../base-gatherer.js';
//# sourceMappingURL=cache-contents.d.ts.map