export interface ErrorObject {
    type: string;
    value?: {
        n?: any;
    };
}
