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:
Iván Ovejero
2023-07-10 19:35:34 +02:00
committed by GitHub
parent 07744986ea
commit d6b2ae0255
31 changed files with 44 additions and 35 deletions

View File

@@ -7,4 +7,5 @@ export type ExecutionStatus =
| 'running'
| 'success'
| 'unknown'
| 'waiting';
| 'waiting'
| 'warning';