mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Implement workflowSelector parameter type (#10482)
This commit is contained in:
@@ -1204,7 +1204,8 @@ export type NodePropertyTypes =
|
||||
| 'resourceMapper'
|
||||
| 'filter'
|
||||
| 'assignmentCollection'
|
||||
| 'credentials';
|
||||
| 'credentials'
|
||||
| 'workflowSelector';
|
||||
|
||||
export type CodeAutocompleteTypes = 'function' | 'functionItem';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user