Rocky_Mountain_Vending/.pnpm-store/v10/files/b1/96d0790deee28c39fd05daefdbdf8780ed305f63e27e173b3a4adaed8fc3549ac261c4341cc209a49f027c75009fbcc481ebcd083d1f88c210b95330f79108
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
201 B
Text

export declare const nextDayWithOptions: import("./types.js").FPFn3<
Date,
import("../nextDay.js").NextDayOptions<Date> | undefined,
import("../fp.js").Day,
import("../fp.js").DateArg<Date>
>;