Rocky_Mountain_Vending/.pnpm-store/v10/files/d1/9b73f755d95e5dee5180c825237b39b369fa2da815606aca18df5ada6fcf860796e1776785602401bff3f8266f7d16a0461b46cd5cee36b4be247c91eadb02
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
187 B
Text

export declare const nextTuesdayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextTuesday.js").NextTuesdayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;