Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/76971652802db6d5ed5c79d0e688ef0838661ca5587d7401aa6acbb43d9c9abef8a36697e6ccb2fcc8d2b4fca44f20b51ab9c7f58f6c20f8856fcc81fe29f6
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
170 B
Text

export declare const getQuarterWithOptions: import("./types.js").FPFn2<
number,
import("../getQuarter.js").GetQuarterOptions | undefined,
string | number | Date
>;