mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Remove @n8n/permissions from n8n-workflow (no-changelog) (#10399)
This commit is contained in:
committed by
GitHub
parent
c0811b218a
commit
c4fcbe40c5
@@ -385,9 +385,11 @@ export interface IExecutionResponse extends IExecutionBase {
|
||||
executedNode?: string;
|
||||
}
|
||||
|
||||
export type ExecutionSummaryWithScopes = ExecutionSummary & { scopes: Scope[] };
|
||||
|
||||
export interface IExecutionsListResponse {
|
||||
count: number;
|
||||
results: ExecutionSummary[];
|
||||
results: ExecutionSummaryWithScopes[];
|
||||
estimated: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user