fix(core): Fix test webhook deregistration (#8247)

This commit is contained in:
Iván Ovejero
2024-01-09 16:02:32 +01:00
committed by GitHub
parent 90404a4b88
commit 5032bf0e34
4 changed files with 72 additions and 42 deletions

View File

@@ -1674,6 +1674,8 @@ export interface IWebhookData {
workflowExecuteAdditionalData: IWorkflowExecuteAdditionalData;
webhookId?: string;
isTest?: boolean;
userId?: string;
staticData?: Workflow['staticData'];
}
export interface IWebhookDescription {