mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Use IWorkflowBase over WorkflowEntity in most places (#13225)
This commit is contained in:
@@ -5,9 +5,9 @@ import type {
|
||||
IRunData,
|
||||
StartNodeData,
|
||||
ITaskData,
|
||||
IWorkflowBase,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import type { IWorkflowDb } from '@/interfaces';
|
||||
import type { AuthenticatedRequest, ListQuery } from '@/requests';
|
||||
|
||||
export declare namespace WorkflowRequest {
|
||||
@@ -25,7 +25,7 @@ export declare namespace WorkflowRequest {
|
||||
}>;
|
||||
|
||||
type ManualRunPayload = {
|
||||
workflowData: IWorkflowDb;
|
||||
workflowData: IWorkflowBase;
|
||||
runData: IRunData;
|
||||
startNodes?: StartNodeData[];
|
||||
destinationNode?: string;
|
||||
|
||||
Reference in New Issue
Block a user