Rocky_Mountain_Vending/.pnpm-store/v10/files/71/c6e4d08ae1632e33f8f48c791cf21d4da39373453ab6f2b3e5efbe3fb9988f15d5257df67ba9dcac4e56c1c1f4bb58f67ef6620c4d1ce94217f1864fe36b6b
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

5 lines
165 B
Text

export declare const minWithOptions: import("./types.js").FPFn2<
Date,
import("../min.js").MinOptions<Date> | undefined,
import("../fp.js").DateArg<Date>[]
>;