Rocky_Mountain_Vending/.pnpm-store/v10/files/b1/d3a5a89b2ca681b8ae723034e9c63d956642e566266adce785231df326f38ad0e4f7a98708a99bdf5dcc7c1a42e10e9c48d24f9fb5083a102cbbb7a0e73715
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

5 lines
173 B
Text

export declare const getWeekYearWithOptions: import("./types.js").FPFn2<
number,
import("../getWeekYear.js").GetWeekYearOptions | undefined,
string | number | Date
>;