Rocky_Mountain_Vending/.pnpm-store/v10/files/54/1e4f65d5752f14ff6fe294205d594a82f49e9e5d47f2f82296b3f3862aed78cbcc18c12d6130160f5660b206373b8f4ca4b2d2b14830c34b695e38f1dac5bb
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
182 B
Text

export declare const setDayWithOptions: import("./types.js").FPFn3<
Date,
import("../setDay.js").SetDayOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;