Rocky_Mountain_Vending/.pnpm-store/v10/files/e4/e3c3dcc37317a575a7262c887724c011e19ebad715060e6767653eef3022367600fd96a874c1a78290484194a52e13da783e767195cd10db909e2aaec45f0e
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
177 B
Text

import type * as errors from "../core/errors.js";
export declare const parsedType: (data: any) => string;
export default function (): {
localeError: errors.$ZodErrorMap;
};