Rocky_Mountain_Vending/.pnpm-store/v10/files/2d/315d9cdbbc77273274a630b67b33411d72be2cad02e3fcb474ff7cdfcaf5b15405d592d95307d183303ea0cd14af24033638347b90130eb74ca4bde7dc4185
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 setMillisecondsWithOptions: import("./types.js").FPFn3<
Date,
| import("../setMilliseconds.js").SetMillisecondsOptions<Date>
| undefined,
number,
import("../fp.js").DateArg<Date>
>;