Type Alias ErrObj

ErrObj: {
    field: string;
    message: string;
}