Skip to main content

Interface: UpdateCheckResult

Defined in: Data/Core/CatalogTypes.ts:194

Update check result

Properties

availableVersion?

optional availableVersion?: string

Defined in: Data/Core/CatalogTypes.ts:197


changelog?

optional changelog?: string

Defined in: Data/Core/CatalogTypes.ts:198


currentVersion

currentVersion: string

Defined in: Data/Core/CatalogTypes.ts:196


downloadSizeBytes?

optional downloadSizeBytes?: number

Defined in: Data/Core/CatalogTypes.ts:200


downloadUrl?

optional downloadUrl?: string

Defined in: Data/Core/CatalogTypes.ts:199


hasUpdate

hasUpdate: boolean

Defined in: Data/Core/CatalogTypes.ts:195


isCritical?

optional isCritical?: boolean

Defined in: Data/Core/CatalogTypes.ts:201