Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/2ad50e72a7fe91cab959b8e0a1fe145f1eda76935144e050f3586863a1c0e300faa8c6745120818d38007c5d08e567bf3cb1843a5c786ef18a480a5d14615c
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 addWithOptions: import("./types.js").FPFn3<
Date,
import("../add.js").AddOptions<Date> | undefined,
import("../fp.js").Duration,
import("../fp.js").DateArg<Date>
>;