Rocky_Mountain_Vending/.pnpm-store/v10/files/bb/f97bd618a7199302a7b168bbfdd92402f772beccbee2588254e09b1064d3f7a426728bc2ce6abb6ad83d19157bbd61457fc9f355d8c7a75a361c4559661970
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
196 B
Text

export declare const setWithOptions: import("./types.js").FPFn3<
Date,
import("../set.js").SetOptions<Date> | undefined,
import("../fp.js").DateValues,
import("../fp.js").DateArg<Date>
>;