Event

interface Event {
    meta: APITypes.Meta;
    timestamp: string;
}

Properties

Properties

the Meta data of the Alert itself

timestamp: string

Generated using TypeDoc