export interface IError { code?: number; message: string; extraData?: any; } //# sourceMappingURL=IError.d.ts.map