Rocky_Mountain_Vending/.pnpm-store/v10/files/09/a308fe7b3927ebeb7b0c436145b0a0c5fea6011ba831fd14264285564c6759412bc1a2d12b2031aecdcb45fff67f0da4389ec6d268c94a4b5e70f17351bb8e
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
164 B
Text

export declare const getHoursWithOptions: import("./types.js").FPFn2<
number,
import("../getHours.js").GetHoursOptions | undefined,
string | number | Date
>;