interface IProps {
    expected: string;
    message?: string;
    method: string;
    path?: string;
    value: any;
}

Properties

expected: string
message?: string
method: string
path?: string
value: any