Rocky_Mountain_Vending/.pnpm-store/v10/files/41/3532ff5eab0a6907895450e517471237b2f748472ad9845f19d975063500db1c1b3251616a4d17bdac18fdb0cfca7cbfb824b0cb6dcd3b3fa00cbf1f21abe0
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
197 B
Text

export declare const addQuartersWithOptions: import("./types.js").FPFn3<
Date,
import("../addQuarters.js").AddQuartersOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;