Rocky_Mountain_Vending/.pnpm-store/v10/files/b5/a641c6b4c78711df602f1269be9f130c1727812e52a5d3e6e0f7e7b495de8bfdbcb811fc740ae9ec49b1f0d61cfd711fc9684a79a87b57b7e55556ca4aa628
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

6 lines
200 B
Text

export declare const startOfQuarterWithOptions: import("./types.js").FPFn2<
Date,
| import("../startOfQuarter.js").StartOfQuarterOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;