mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
address comments and more
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @TODO Matt this is T.FullProgress but shared does not depend on sdk
|
||||
// @TODO get types from sdk
|
||||
type Progress = null | boolean | { done: number; total: number | null }
|
||||
type NamedProgress = { name: string; progress: Progress }
|
||||
type FullProgress = { overall: Progress; phases: Array<NamedProgress> }
|
||||
|
||||
Reference in New Issue
Block a user