Type Alias TriggerMeta

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

Properties

Properties

id: string

The unique identifier of the trigger associated with this task.

type: 0 | 1 | 2 | 3 | 4