Rocky_Mountain_Vending/.pnpm-store/v10/files/61/1af52ec320f121b0feadecc395d8a101884d459175b9556241273f9eb42c88fa44b1dfdf4e0777f3916f0d46744fd3110a05eacd8042c2e4212dc9d0482d5e
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
185 B
Text

export declare const addDaysWithOptions: import("./types.js").FPFn3<
Date,
import("../addDays.js").AddDaysOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;