Rocky_Mountain_Vending/.pnpm-store/v10/files/25/d81e6f1260d2a53a220d4a84b951f50741614f2bd64e92e1546a39ff6f8e6464e0b911fb6da70da4d366aaed63c41fb3ac13b457b34e97766d33ebdb684b56
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

5 lines
122 B
Text

export declare const addBusinessDays: import("./types.js").FPFn2<
Date,
number,
import("../fp.js").DateArg<Date>
>;