Type Alias EventType

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

Properties

description?: string

Description of the event type.

levels?: string[]
name?: string
title?: string