Rocky_Mountain_Vending/.pnpm-store/v10/files/61/9dae46021919bd8e4f57eb97c69caa15926a219b3271765e558385185ee35c874f429884337115023dab4f67b9fc88d4d132e2f2ab8cbdf78f6da9efe3a1e6
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
245 B
Text

import type { ViewportLayout } from './types/extra-types';
import type { Icons } from './types/metadata-types';
export declare const ViewportMetaKeys: {
[k in keyof ViewportLayout]: string;
};
export declare const IconKeys: (keyof Icons)[];