Rocky_Mountain_Vending/.pnpm-store/v10/files/96/fc8fac073cb74d119f42b61138005d14c12160ddb12f3c4c3d3f63f0ca0016cf3bdb3207641b4fd42f0ba3d131c4fea8c8ef692ec0404cead894a6b8362106
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
309 B
Text

export declare const areIntervalsOverlapping: import("./types.js").FPFn2<
boolean,
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>
>
>;