Rocky_Mountain_Vending/.pnpm-store/v10/files/0f/248000f7746f0348eb45a1f9fc2840e0b5ce80bb3b3a41337c53a55369eb6accd02b0ed6326578ada0745e0d788e83e62c4f337f4cb075674f3a35eff22d9e
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 addBusinessDaysWithOptions: import("./types.js").FPFn3<
Date,
| import("../addBusinessDays.js").AddBusinessDaysOptions<Date>
| undefined,
number,
import("../fp.js").DateArg<Date>
>;