Rocky_Mountain_Vending/.pnpm-store/v10/files/a4/08790ee81cdc3a7bfacd7630a17be1fc03898fb61c5395c652fcd90b040fb9141e27d30c86a811f9942cdd7c3615d2822762560f0c34c36d3f82b4c810d4c5
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
139 B
Text

export declare const differenceInBusinessDays: import("./types.js").FPFn2<
number,
string | number | Date,
string | number | Date
>;