Rocky_Mountain_Vending/.pnpm-store/v10/files/2f/cfd6261b03f0159626094ec92beaab6197f8f88b6cf20455a3faf764f4a2c29406394c954b795951384acef252461a5007d9f93bded12fe164242662dd5fa4
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

9 lines
304 B
Text

export declare const intervalToDurationWithOptions: import("./types.js").FPFn2<
import("../fp.js").Duration,
| import("../intervalToDuration.js").IntervalToDurationOptions
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;