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

This commit is contained in:
Alex Grozav
2025-06-10 18:03:24 +02:00
committed by GitHub
parent b7c9d4e3b2
commit a54f0c8af7
9 changed files with 73 additions and 68 deletions

View File

@@ -1,4 +1,5 @@
export * from './api-keys';
export * from './cloudPlans';
export * from './communityNodes';
export * from './ctas';
export * from './eventbus.ee';