Rocky_Mountain_Vending/.pnpm-store/v10/files/1d/5206cfb1bacb0212103bffd67b3c9206e43d886d39d2fafc48f3f2b7cc54b1c95fd66bab2623606d66de785f82832eee5c569362ffca803e24f138de073ece
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

14 lines
468 B
Text

export declare const eachMinuteOfInterval: import("./types.js").FPFn1<
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("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;