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>
10 lines
393 B
Text
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>
|
|
>;
|