Rocky_Mountain_Vending/.pnpm-store/v10/files/5b/7b9d440f41dda39b3ed0d54544b38ae2c274d8399aedf3a0c37332d545b53d1a8fd7b3768cf7f9df0e2c852dcdf18135812b6100bf2567c970ef2c41e1c87b
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 subMonthsWithOptions: import("./types.js").FPFn3<
Date,
import("../subMonths.js").SubMonthsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;