Home > @cjh1/sfapi > ValidationError
Signature:
export type ValidationError = { loc: Array<string>; msg: string; type: string; };