Rocky_Mountain_Vending/.pnpm-store/v10/files/7f/49657c268e338a379464e7ee4147cbf0d8893cc1e189a4789104e14b87e141ae3346e34f7b20756c0bab3d569e156001f64b0bdf2f2dd116196c97a97a3bf5
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
118 B
Text

export declare const addQuarters: import("./types.js").FPFn2<
Date,
number,
import("../fp.js").DateArg<Date>
>;