Rocky_Mountain_Vending/.pnpm-store/v10/files/9a/e2612a6133ceb4b449c173d5bbea419e517fa60c34ba2596913eea3ad4e1f81803cf1e0e381d0d2a302606a7b616d065e60ccc2dc20ac8281557d655930b72
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
187 B
Text

export declare const startOfHourWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfHour.js").StartOfHourOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;