Rocky_Mountain_Vending/.pnpm-store/v10/files/34/efb28f1d16e9751613933cadb14399149beff6c38fd9943b7d3a4300c54ec40ac3deb16e7db42afdfe51bd7b08a5a7ba749488509ed9fce46615a254a8db48
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
230 B
Text

export declare const differenceInQuartersWithOptions: import("./types.js").FPFn3<
number,
| import("../differenceInQuarters.js").DifferenceInQuartersOptions
| undefined,
string | number | Date,
string | number | Date
>;