Rocky_Mountain_Vending/.pnpm-store/v10/files/7b/168579ef1b0e7cbbd3ec4a98d799c3660167eb2582bb2e4de1271275739e29275b940884712627e4792ee2bab2b4fe954b183e739325fca46aff2d43bb674a
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
167 B
Text

export declare const getDecadeWithOptions: import("./types.js").FPFn2<
number,
import("../getDecade.js").GetDecadeOptions | undefined,
string | number | Date
>;