Type alias WebhookScope

WebhookScope: {
    folder: string;
} | {
    workflow: string;
} | {
    workspace: string;
} | {
    workflow.transition: string;
}

Type declaration

  • folder: string

Type declaration

  • workflow: string

Type declaration

  • workspace: string

Type declaration

  • workflow.transition: string

Generated using TypeDoc