mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Migrate workflows store to setup function with composition API (no-changelog) (#9270)
This commit is contained in:
@@ -253,6 +253,12 @@ export interface IWorkflowToShare extends IWorkflowDataUpdate {
|
||||
meta?: WorkflowMetadata;
|
||||
}
|
||||
|
||||
export interface NewWorkflowResponse {
|
||||
name: string;
|
||||
onboardingFlowEnabled?: boolean;
|
||||
defaultSettings: IWorkflowSettings;
|
||||
}
|
||||
|
||||
export interface IWorkflowTemplateNode
|
||||
extends Pick<INodeUi, 'name' | 'type' | 'position' | 'parameters' | 'typeVersion' | 'webhookId'> {
|
||||
// The credentials in a template workflow have a different type than in a regular workflow
|
||||
|
||||
Reference in New Issue
Block a user