export interface IErrorNotification { error: { message: string; }; id: null; result: null; } //# sourceMappingURL=error-notification.d.ts.map