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

This commit is contained in:
Alex Grozav
2025-06-10 14:50:18 +02:00
committed by GitHub
parent e3675bdfb4
commit 023aa156b3
14 changed files with 60 additions and 64 deletions

View File

@@ -13,3 +13,4 @@ export * from './sso';
export * from './ui';
export * from './versions';
export * from './webhooks';
export * from './workflowHistory';