Rocky_Mountain_Vending/.pnpm-store/v10/files/0d/7c3b3eb3e31ed78cd9282e4885bd176727f88e3a6a46ae637d30a7757e90b5a3be6dfe0291ac9ab131281b3e15e7c1af9c695414a2415fedb7f0f191b262c0
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 eachWeekOfInterval: import("./types.js").FPFn1<
import("../eachWeekOfInterval.js").EachWeekOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachWeekOfInterval.js").EachWeekOfIntervalOptions<Date>
| undefined
>,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;