Loading release notes

interface LoadingState {
    currentVersion: string;
    lastUpdate: number;
    status: "loading";
}

Properties

currentVersion: string

Current version of the app

lastUpdate: number

Timestamp of last check for version updates

status: "loading"