Type Alias Rejection

Rejection: {
    msg: string;
    path: string[];
    pos: number;
}