Rocky_Mountain_Vending/.pnpm-store/v10/files/17/e804258eb069ec3f75cf8d9d2d01033ee2e58d363793773118e11f6014d8beb13f51fe30997ce7baf892866c55833b989555b67446d4aa89e9d0d311d2c64f
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

9 lines
242 B
Text

export declare const constructFrom: import("./types.js").FPFn2<
Date,
string | number | Date,
| import("../fp.js").ContextFn<Date>
| import("../fp.js").DateArg<
Date | import("../fp.js").ConstructableDate
>
| undefined
>;