Rocky_Mountain_Vending/.pnpm-store/v10/files/23/8b322df19411442e845709094fd2163aab1293a4a2b4084ab3a929f25b493f818a4ca13a972eae26db9fd0e90638b43951389903026cf70062f811320df095
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

2 lines
238 B
Text

import { FieldErrors, FieldValues, ResolverOptions } from 'react-hook-form';
export declare const toNestErrors: <TFieldValues extends FieldValues>(errors: FieldErrors, options: ResolverOptions<TFieldValues>) => FieldErrors<TFieldValues>;