Rocky_Mountain_Vending/.pnpm-store/v10/files/da/8a169b2e716328f5d6c1415e417f7fc8b5f80950d3bc1007a9bea2d54e629bbab71f40abbfdcbcf6c02668c124b60754b9f5a171a67451d8bbb7df8db83ff4
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
473 B
Text

export declare const eachQuarterOfInterval: import("./types.js").FPFn1<
import("../eachQuarterOfInterval.js").EachQuarterOfIntervalResult<
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
| import("../eachQuarterOfInterval.js").EachQuarterOfIntervalOptions<Date>
| undefined
>,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>
>;