Rocky_Mountain_Vending/.pnpm-store/v10/files/39/73f131c3c44f1e6fcc02730910848dca7f5c99239643e050627cb8016a9f923f5242fe9fcb2f605228704a9f72d6f64128434d71b1c80c5e5feb11963539eb
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

7 lines
221 B
Text

export declare const differenceInWeeksWithOptions: import("./types.js").FPFn3<
number,
| import("../differenceInWeeks.js").DifferenceInWeeksOptions
| undefined,
string | number | Date,
string | number | Date
>;