Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/c1c8030433f97e538b9cccb1a6e4978f2ff1ea5403a5f9aff1ecb26069ca80afa5235379c581c16038aa81ec3af12bc17131f027074c4c34c821000e986d64
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
458 B
Text

export declare const eachHourOfInterval: import("./types.js").FPFn1<
import("../eachHourOfInterval.js").EachHourOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachHourOfInterval.js").EachHourOfIntervalOptions<Date>
| undefined
>,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;