Represents a field error.

interface FieldError {
    error: string;
    field: string;
}

Properties

Properties

error: string
field: string

Generated using TypeDoc