Rocky_Mountain_Vending/.pnpm-store/v10/files/36/117a677e76009830c9f328f6ea57660850b536b5f5300b129946d2358dd729d60dcc24ea567ca66aa0dfe989d12c7c583c176c87423f316455b48911804dd5
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 nextSundayWithOptions: import("./types.js").FPFn2<
Date,
import("../nextSunday.js").NextSundayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;