Rocky_Mountain_Vending/.pnpm-store/v10/files/73/30d6646ac5f5725b499eaa517ca2dd0a2134c1e092b359686d28b68597b446d3f4d153ac14dc1035c7a7e822e1d4187c06fe9ccfae18ed77b3ece75b2b017c
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
178 B
Text

export declare const endOfDayWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfDay.js").EndOfDayOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;