jira.js
    Preparing search index...

    Interface NotificationEvent

    interface NotificationEvent {
        description?: string;
        id?: number;
        name?: string;
        templateEvent?: NotificationEvent;
    }
    Index
    description?: string
    id?: number
    name?: string
    templateEvent?: NotificationEvent