Rocky_Mountain_Vending/.pnpm-store/v10/files/c7/d9bf596833fc8d284e8bb585cf5755b47024c8e284c4a726c32a5d88b4c1580b08cb032f86b540012fbe635bc671c02a1f2bd1a346e1aada09dbb0609d8bd6
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
194 B
Text

export declare const addSecondsWithOptions: import("./types.js").FPFn3<
Date,
import("../addSeconds.js").AddSecondsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;