export type ProgressState = { isFailed: boolean; isFinished: boolean; isStarted: boolean; };