Rocky_Mountain_Vending/.pnpm-store/v10/files/85/7e29c5825f79d1b2aecf5d90ac2b29432eedaa561944c57e0b290a5801dbb1fe6e477a4068e944c2195c8341f44d80e1d151a95956df6bb207b8101e438be0
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

6 lines
221 B
Text

export declare const roundToNearestMinutesWithOptions: import("./types.js").FPFn2<
Date,
| import("../roundToNearestMinutes.js").RoundToNearestMinutesOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;