Rocky_Mountain_Vending/.pnpm-store/v10/files/7e/d90d4a226ba005df663238440fba8dca0faae635f6e1541560252689ec201271dad04faa5ab1307d9e565664a75134885c36e3c2172ff86e56b20c3ac2b106
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

9 lines
320 B
Text

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