export interface IErrorObject { code: number | string; message: string; } //# sourceMappingURL=errorObject.d.ts.map