Rocky_Mountain_Vending/.pnpm-store/v10/files/5c/7cdf3be06530913242eacbd73d699f7c14b26291ccaf0086e141dc47cedcf1e2474af1c58a23e95d9eb9e27b51759ac05bd3ad74be597f329ebd90789f212f
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
197 B
Text

export declare const isSameWeekWithOptions: import("./types.js").FPFn3<
boolean,
import("../isSameWeek.js").IsSameWeekOptions | undefined,
string | number | Date,
string | number | Date
>;