Rocky_Mountain_Vending/.pnpm-store/v10/files/77/fd5f89a0fef86e62bfe2841e8e5a1547c195580e29ccb806ed133332991b9ee321f21cc3243cd05320e88dda5bdc4d34172d9265af38f53445838439d0eaa6
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
185 B
Text

export declare const subDaysWithOptions: import("./types.js").FPFn3<
Date,
import("../subDays.js").SubDaysOptions<Date> | undefined,
number,
import("../fp.js").DateArg<Date>
>;