export interface IError { type: 'unknown', error: { [key: string]: string, }, message: string, meta: { [key: string]: any, }, }