export type ErrObj = {
    field: string;
    message: string;
};
//# sourceMappingURL=ErrObj.d.ts.map