Rocky_Mountain_Vending/.pnpm-store/v10/files/0b/3cfade7f8db94b925b2532c74f7b9e506096eb4b4b0ddf17559ef15370d8f0538989e89759230a94d81159ff85e4a176a86252b128ba8df748c43b36336c49
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

10 lines
393 B
Text

export declare const intervalWithOptions: import("./types.js").FPFn3<
import("../interval.js").IntervalResult<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>,
import("../interval.js").IntervalOptions<Date> | undefined
>,
import("../interval.js").IntervalOptions<Date> | undefined,
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>;