Rocky_Mountain_Vending/.pnpm-store/v10/files/67/a2c5b9f8079c350c67aa8d4247b36b3b137677b4021d2aba0d754b888a89e4779d75ed56507b08d50ff135bf2692c570b75c3524e7d531dedcbbc65d3cd252
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
194 B
Text

export declare const setQuarterWithOptions: import("./types.js").FPFn3<
Date,
import("../setQuarter.js").SetQuarterOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;