Rocky_Mountain_Vending/.pnpm-store/v10/files/2e/52cbe00c9a988d6aa8f9602276672fded2cae29c87cc8e4494c078ab646bc46d6e63db96ce4c9a5cbee6d7ef71c244959e8a0517f266704982ced2d077111e
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
209 B
Text

export declare const previousWednesdayWithOptions: import("./types.js").FPFn2<
Date,
| import("../previousWednesday.js").PreviousWednesdayOptions<Date>
| undefined,
import("../fp.js").DateArg<Date>
>;