mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Stop using .d.ts files for type-collection files (no-changelog) (#6634)
refactor: Stop using `.d.ts` files for type-collection files
This commit is contained in:
@@ -7,4 +7,5 @@ export type ExecutionStatus =
|
||||
| 'running'
|
||||
| 'success'
|
||||
| 'unknown'
|
||||
| 'waiting';
|
||||
| 'waiting'
|
||||
| 'warning';
|
||||
|
||||
Reference in New Issue
Block a user