Rocky_Mountain_Vending/.pnpm-store/v10/files/74/fefd9d1dff3c4bd822fe9fed798ec9a8670b0d24f6430fe79c7257876a78630ffe363d116c53e64ec18bb9e70e8b4df1eec3e41e0848f399c65c644aabcdce
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
185 B
Text

export declare const setYearWithOptions: import("./types.js").FPFn3<
Date,
import("../setYear.js").SetYearOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;