Rocky_Mountain_Vending/.pnpm-store/v10/files/54/52d373beb27c1cf546853d9433e99fa48a906f2db901dd2dfcc11992155594e9152b44d7d21f091201250b3f237f538b1d872eea61a860dacfb907dca4081f
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

11 lines
314 B
Text

export declare const getOverlappingDaysInIntervals: import("./types.js").FPFn2<
number,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;