Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/02342d62c2b02e02a08083f78075fea415f0330284611b9e7be7dcf4f001c8019dbd53877916330eaa9ace2430e309d3278cb8b8e77b8acbd34bf11a1fbf01
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 endOfSecondWithOptions: import("./types.js").FPFn2<
Date,
import("../endOfSecond.js").EndOfSecondOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;