Type alias Update

Update: {
    lastUpdate: Date;
    isUpdating: boolean;
    updateProgress: number;
    updateStatus: UpdateStatus;
}

Data about the current status of the curator update.

Type declaration

  • lastUpdate: Date

    Date of the last update.

  • isUpdating: boolean

    Flag indicating if the update is currently ongoing.

  • updateProgress: number

    Percentage of the update (if it runs).

  • updateStatus: UpdateStatus

    Status of the update.

Generated using TypeDoc