export interface Update {
    status: string;
    hasUpdate: boolean;
    newVersion: string;
    oldVersion: string;
}
