Rocky_Mountain_Vending/.pnpm-store/v10/files/5c/96943f4fd8990241918af3a55a2f7d3f10d9e5e4abe4e0ca6a41191d6d75778e609c8989307703dec7ad2fc3e0a877e489ebe4bf1df2f0860c250e9f5621a5
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

16 lines
569 B
Text

export declare const eachMinuteOfIntervalWithOptions: import("./types.js").FPFn2<
import("../eachMinuteOfInterval.js").EachMinuteOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachMinuteOfInterval.js").EachMinuteOfIntervalOptions<Date>
| undefined
>,
| import("../eachMinuteOfInterval.js").EachMinuteOfIntervalOptions<Date>
| undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;