Rocky_Mountain_Vending/.pnpm-store/v10/files/88/13d0e4957f9845984a7942eeb2cf028d799063185017bd598046de962c6e5c58bf331f89d3c6f86716b250795b7f23edba26cdcd25384816685366195ba32e
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 nextThursdayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextThursday.js").NextThursdayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;