refactor(editor): Move settings api to @n8n/rest-api-client (no-changelog) (#16186)

This commit is contained in:
Alex Grozav
2025-06-11 09:57:59 +02:00
committed by GitHub
parent 5015290dbe
commit 2a3fa5088e
15 changed files with 70 additions and 62 deletions

View File

@@ -9,7 +9,9 @@ export * from './mfa';
export * from './nodeTypes';
export * from './npsSurvey';
export * from './orchestration';
export * from './prompts';
export * from './roles';
export * from './settings';
export * from './sso';
export * from './ui';
export * from './versions';