Rocky_Mountain_Vending/.pnpm-store/v10/files/75/c27c83b163bcc3081b2d36baad3d11aa1bf1be8d9965b89e545a8a2d6634c0d6d4ad8d617101469046d4b3d4d48cc808cbf370124c7bcb3c32de740898f564
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 setDateWithOptions: import("./types.js").FPFn3<
Date,
import("../setDate.js").SetDateOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;