Information about an available update.
export interface UpdateInfo { hasUpdate: boolean; latestVersion: string; releaseUrl: string;} Copy
export interface UpdateInfo { hasUpdate: boolean; latestVersion: string; releaseUrl: string;}
Information about an available update.
Source