Rocky_Mountain_Vending/.pnpm-store/v10/files/c8/c6b7742ea0b0a23925cd26d890e99b3053841d4f60340dea1520f36707e0c39a9b85a0bb0f50f06ae6b3b482fa9c69459f7812b69d60baee8d11f23d5c66f4
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

5 lines
190 B
Text

export declare const startOfMonthWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfMonth.js").StartOfMonthOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;