Interface TriggerWebhook

interface TriggerWebhook {
    payload?: string;
    type: TriggerWebhookType;
}

Properties

Properties

payload?: string