export interface ErrorNotificationEvent {
    code: string;
    name: string;
    message: string;
    details: object;
}
