Rocky_Mountain_Vending/.pnpm-store/v10/files/a7/47d58b0da74a020674d2d9b8fef467511aa0a512ff5f968abb013353e458ad748b6f2cd0e4438e418209392704aa311d355aa46cf572a758ac1b5ab6b23213
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
181 B
Text

export declare const endOfHourWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfHour.js").EndOfHourOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;