Rocky_Mountain_Vending/.pnpm-store/v10/files/9c/549af0b191ca09b1cf52fbbd4681f510ca4bcc71f864af9f448f691b886d2e36f279ba8a7ff138fe9b4f7037b4740be40a251c7e7a83559de3904052b90557
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
191 B
Text

export declare const addMonthsWithOptions: import("./types.js").FPFn3<
Date,
import("../addMonths.js").AddMonthsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;