Rocky_Mountain_Vending/.pnpm-store/v10/files/d8/4eee393276f8d30f89c68985b1476e668e62afd6a902bec49ecb5028ef5de25589986dc75cda49915ac07e4b1236416b1873573bde332647fc60b77e71beb6
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 getMinutesWithOptions: import("./types.js").FPFn2<
number,
import("../getMinutes.js").GetMinutesOptions | undefined,
string | number | Date
>;