Rocky_Mountain_Vending/.pnpm-store/v10/files/d1/217d1f0d9e33244ec571b8ca65037afb3b825fe92cdcf86ead8e89ccba92848c873df85b1d4930020f8c2726ee34100d9718205b2dfa7393bd8035c923c985
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
184 B
Text

export declare const nextFridayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextFriday.js").NextFridayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;