interface ValidationError {
    field: string;
    message: string;
    code: string;
}

Properties

Properties

field: string
message: string
code: string