Rocky_Mountain_Vending/.pnpm-store/v10/files/11/358284315dc05d3a040eb4229b4dbb41462d37869cb8d2920114de0691a27802dde13fe94b11d8b6cdd9170bf3c24149a246cb0fa9c6fb3403337a9641bfca
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
193 B
Text

export declare const startOfMinuteWithOptions: import("./types.js").FPFn2<
Date,
import("../startOfMinute.js").StartOfMinuteOptions<Date> | undefined,
import("../fp.js").DateArg<Date>
>;