Rocky_Mountain_Vending/.pnpm-store/v10/files/3b/4e1f1e9be21c5f69f2490b9717223217b8df156227b898daee2f03767fa0fee7b2f7f36f3cadc33b083440927b59682839f7d1d4f9363d3bba734bd94bf185
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 setMinutesWithOptions: import("./types.js").FPFn3<
Date,
import("../setMinutes.js").SetMinutesOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;