Rocky_Mountain_Vending/.pnpm-store/v10/files/16/52024b5ac083e0686b8476043645335cabc2b3cd0b6c52f3cbb26932f304ac6432986db78420d7cef538865df85b84280563e17c800fe3ac17ab25ac312b91
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
181 B
Text

export declare const endOfWeekWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfWeek.js").EndOfWeekOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;