Rocky_Mountain_Vending/.pnpm-store/v10/files/0b/3a651bfb508d8d020b16e666bba13be13fe2fe07d96b093be6420492e9825a26d992107ea2c1f20b088e25b885810ba829a79c593e8624aa2d1b0a7e500793
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 setSecondsWithOptions: import("./types.js").FPFn3<
Date,
import("../setSeconds.js").SetSecondsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;