@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Type Alias ValidationFields

    ValidationFields: Record<string, string>

    Representation of field name mappings accepted by the messages provider. Maps field paths to human-readable field names for error messages.

    const fields: ValidationFields = {
    'user.email': 'Email Address',
    'user.name': 'Full Name'
    }