Rocky_Mountain_Vending/.pnpm-store/v10/files/a1/61f899f39264c3e9db1adef3590a6743b2bf7b59091569a1502d12b4d1c84a885ed3da8063792d03137d9264b083a52c8cd24356da5b4bb21817b28104e944
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

4 lines
250 B
Text

import type { Icon, IconDescriptor } from '../types/metadata-types';
import type { FieldResolver } from '../types/resolvers';
export declare function resolveIcon(icon: Icon): IconDescriptor;
export declare const resolveIcons: FieldResolver<'icons'>;