export interface ProgressTask {
  id: string,
  msg: string,
  statusItem: any
}
