Rocky_Mountain_Vending/.pnpm-store/v10/files/eb/d0fcf1391a1abbaa8498a0c6e178ee3e280ab29ecd7bfba09c98c5b96bf5cd269f13448a8a92deef0a1f89a1fe08bcf0ba7dae71160c17beb241f95c055df5
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
190 B
Text

export declare const nextSaturdayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextSaturday.js").NextSaturdayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;