Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/0b56454c1ab4e152a4bc00c8fea8865039d41d4ffc6d25f578ec4e5b6ec559e26b242ef927f62baf422c12fda5970843bb75f27b37aa1aa2d1d7d39e6f895a
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
227 B
Text

export declare const differenceInSecondsWithOptions: import("./types.js").FPFn3<
number,
| import("../differenceInSeconds.js").DifferenceInSecondsOptions
| undefined,
string | number | Date,
string | number | Date
>;