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