Rocky_Mountain_Vending/.pnpm-store/v10/files/11/a702e622d8ee2e4717740392439789ab8c3747ee0618ed8882d054a3142f9113eca4bda103891c5d9305571b2fdfc50935bd9b0685693f5f4c342da27c3988
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
213 B
Text

export declare const intervalToDuration: import("./types.js").FPFn1<
import("../fp.js").Duration,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;