Rocky_Mountain_Vending/.pnpm-store/v10/files/84/3625b09c9468a482c456edb8f1058f7e71306bef6ef9edaf6cd92c139add335bb39a87bfb6f9851d7d783d04ae5ed502e8270a4ea0f55609a9dbb296c59d98
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
188 B
Text

export declare const addHoursWithOptions: import("./types.js").FPFn3<
Date,
import("../addHours.js").AddHoursOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;