@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface ValidationError

    interface ValidationError {
        ctx?: object;
        input?: any;
        loc: LocationInner[];
        msg: string;
        type: string;
    }
    Index
    ctx?: object
    input?: any
    msg: string
    type: string