Rocky_Mountain_Vending/.pnpm-store/v10/files/50/97b86d969de5e1dc5007de2a9f4974e1b582103084f69e950f1ab3544762380055ef9956aa00c2e09ab3231601271f9228dd46ec19915cab95fc018d97009d
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 eachYearOfInterval: import("./types.js").FPFn1<
import("../eachYearOfInterval.js").EachYearOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachYearOfInterval.js").EachYearOfIntervalOptions<Date>
| undefined
>,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;