Interface ValidationError

interface ValidationError {
    key: string;
    message: string;
}

Properties

Properties

key: string
message: string