Skip to content

Commit 2cbead6

Browse files
committed
update deployment status types
1 parent e81d8e0 commit 2cbead6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/arkiver/types.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ export interface Deployment {
2929
major_version: number
3030
minor_version: number
3131
created_at: string
32-
status: 'pending' | 'synced' | 'error' | 'syncing' | 'retired'
32+
status:
33+
| 'pending'
34+
| 'synced'
35+
| 'error'
36+
| 'syncing'
37+
| 'retired'
38+
| 'paused'
39+
| 'restarting'
3340
file_path: string
3441
arkive: Omit<Arkive, 'deployment'>
3542
}

0 commit comments

Comments
 (0)