Rocky_Mountain_Vending/.pnpm-store/v10/files/61/562123a1719eb50c8c39614c70ee5a08583155eeb8ef51e7dd6b4e4c0bae6eae7df6745f4d62f73c96a9d0c115b7fe2cbb466bc863c00f0feae4ae007a2c04
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

6 lines
188 B
Text

export declare const addWeeksWithOptions: import("./types.js").FPFn3<
Date,
import("../addWeeks.js").AddWeeksOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;