Type alias updateStatus

updateStatus: { description: string; progress: RangeOf2<0, 100>; state: "installing" | "success" | "failed"; updateTo?: string }

An update status file

Type declaration

  • description: string
  • progress: RangeOf2<0, 100>
  • state: "installing" | "success" | "failed"
  • Optional updateTo?: string

Generated using TypeDoc