mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Add telemetry for debug in editor (no-changelog) (#8073)
https://linear.app/n8n/issue/PAY-1142
This commit is contained in:
@@ -373,6 +373,7 @@ export interface IExecutionPushResponse {
|
||||
|
||||
export interface IExecutionResponse extends IExecutionBase {
|
||||
id: string;
|
||||
status: string;
|
||||
data?: IRunExecutionData;
|
||||
workflowData: IWorkflowDb;
|
||||
executedNode?: string;
|
||||
|
||||
Reference in New Issue
Block a user