Rocky_Mountain_Vending/.pnpm-store/v10/files/7d/0d3ecd3b6ca8f893145f54d8c88727ac75e9c6e6f87a5b674ece2e8624aed66414ac1f96c9a82faf54e84d2c1877206e5c9480519d60e618fba7539180bece
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 addMillisecondsWithOptions: import("./types.js").FPFn3<
Date,
| import("../addMilliseconds.js").AddMillisecondsOptions<Date>
| undefined,
number,
import("../fp.js").DateArg<Date>
>;