Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/402a044df37b836db1d2a05807558d76ea9001bd7e9ded84c3da9f3e275035d2336d171dce058566bc2da70aadcc68c0c68220bb97601de329de86fbca5a9f
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
453 B
Text

export declare const eachDayOfInterval: import("./types.js").FPFn1<
import("../eachDayOfInterval.js").EachDayOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachDayOfInterval.js").EachDayOfIntervalOptions<Date>
| undefined
>,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;