Interface IError

interface IError {
    expected: string;
    path: string;
    value: any;
}

Properties

Properties

expected: string
path: string
value: any