Rocky_Mountain_Vending/.pnpm-store/v10/files/16/2405cb539f85030eb9637fad129f4b6d00caba70a13425d38446e34c3a799f1f6b207ae0b78e65dd19e67cd19c30500608e0eca9a7b685106208e9176fb18e
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

6 lines
194 B
Text

export declare const addMinutesWithOptions: import("./types.js").FPFn3<
Date,
import("../addMinutes.js").AddMinutesOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;