Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/95f0b854163f5e1d99cb255afa74fc06d7f25686ed33afe551b93efb491b6d3c430656ce43272214dac2d4ce06cf28f713f86a8c8c3b5c59a3882aa42e4e80
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
185 B
Text

export declare const setWeekWithOptions: import("./types.js").FPFn3<
Date,
import("../setWeek.js").SetWeekOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;