Rocky_Mountain_Vending/.pnpm-store/v10/files/18/18258a43f6fb435e075148c7ec2a59140e1e4cb312077648db60439bdaabde65fead1a850ed42ef7fb70d940f1e68cbec51ec95649780fca46006b03de42e7
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

3 lines
No EOL
221 B
Text

import type { FieldError, Ref, ValidateResult } from '../types';
export default function getValidateError(result: ValidateResult, ref: Ref, type?: string): FieldError | void;
//# sourceMappingURL=getValidateError.d.ts.map