Hiyve Components - v1.0.0
    Preparing search index...

    Interface UpdateInfo

    Information about an available update (from Electron auto-updater or similar).

    interface UpdateInfo {
        version?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    version?: string