Encapsulates the properties of a category. A category will be used by the UI to group event types

interface NotificationEventTypeCategory {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

Gets or sets the unique identifier of this category.

name?: string

Gets or sets the friendly name of this category.