Interface FieldError

interface FieldError {
    field: string;
    message: string;
    type?: string;
}

Properties

Properties

field: string
message: string
type?: string