mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225)
This commit is contained in:
@@ -2196,6 +2196,8 @@ export interface IWaitingForExecutionSource {
|
||||
};
|
||||
}
|
||||
|
||||
export type WorkflowId = IWorkflowBase['id'];
|
||||
|
||||
export interface IWorkflowBase {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user