Type Alias EventType

type EventType = {
    description?: string;
    levels?: string[];
    name?: string;
    title?: string;
}
Index

Properties

description?: string

Description of the event type

levels?: string[]

Specifies which levels that are supported for this event type

name?: string

Name of the event type

title?: string

Title of the event type