Rocky_Mountain_Vending/.pnpm-store/v10/files/f1/c31b59609c9da4777da5041427ff1e0ad5210e6e796b635f7cb4049944faf36a33b003ca64831ae7cab15994068775cdb5025a4991a96a1ccc4f16fdb9571d
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 addYearsWithOptions: import("./types.js").FPFn3<
Date,
import("../addYears.js").AddYearsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;