Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/15aec42d4e828fc3de19312e2b2f1d12ef859ea5d65271875e9329132bcb1ae036fca344ff5040077b17d97e3dcc8e3986064cb19a7b4a46f92ff4f111d269
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

6 lines
200 B
Text

export declare const previousSundayWithOptions: import("./types.js").FPFn2<
Date,
| import("../previousSunday.js").PreviousSundayOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;