Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/56e533b7032f661f948897ed43af1c5138143c3e1f5bdc9b3c3987690391cbef219cbbf0e11359258957b6416b043bd71b47941d77d77b11eb131908aef827
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

7 lines
213 B
Text

export declare const subBusinessDaysWithOptions: import("./types.js").FPFn3<
Date,
| import("../subBusinessDays.js").SubBusinessDaysOptions<Date>
| undefined,
number,
import("../fp.js").DateArg<Date>
>;