mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Add Data Store Backend API (no-changelog) (#17824)
This commit is contained in:
@@ -42,9 +42,10 @@ type EndpointGroup =
|
||||
| 'evaluation'
|
||||
| 'ai'
|
||||
| 'folder'
|
||||
| 'insights';
|
||||
| 'insights'
|
||||
| 'data-store';
|
||||
|
||||
type ModuleName = 'insights' | 'external-secrets';
|
||||
type ModuleName = 'insights' | 'external-secrets' | 'data-store';
|
||||
|
||||
export interface SetupProps {
|
||||
endpointGroups?: EndpointGroup[];
|
||||
|
||||
Reference in New Issue
Block a user