sfapi-ts

Home > @cjh1/sfapi > ValidationError

ValidationError type

Signature:

export type ValidationError = {
    loc: Array<string>;
    msg: string;
    type: string;
};