Type Alias TriggerMeta

type TriggerMeta = {
    id: string;
    type: 0 | 1 | 2 | 3 | 4;
}
Index
id: string

The unique identifier of the trigger associated with this task.

type: 0 | 1 | 2 | 3 | 4

The type identifier of the trigger associated with this task.