Rocky_Mountain_Vending/.pnpm-store/v10/files/b0/453a8099a0617800849d5928de8f7ccaef076d7a382bf38d7ce728b845bcd1d79c970a31a24aff0a9b587bf484b1cfe8c3fc2eeda4d984e1245fc1bc594481
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 subSecondsWithOptions: import("./types.js").FPFn3<
Date,
import("../subSeconds.js").SubSecondsOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;