Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/fbb28773eaad072ec12c8adf34627733c0d0412d988955217e38a03c39cefaceb0613e0e1c55e42a31e7e0bd0ce274689e7c7bf87dad18899d56042bae0b0a
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 subBusinessDays: import("./types.js").FPFn2<
Date,
number,
import("../fp.js").DateArg<Date>
>;