Rocky_Mountain_Vending/.pnpm-store/v10/files/cc/d3c1942f5067b0d25d3ff481c40690814fc7000cea0bef94345ca5ff1d5ef27872b79dc391b12eeccc6b593a71fd7239b2601eefc47ad65a3f782f4bcac2e0
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
463 B
Text

export declare const eachMonthOfInterval: import("./types.js").FPFn1<
import("../eachMonthOfInterval.js").EachMonthOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions<Date>
| undefined
>,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;