Entracte (TypeScript)
    Preparing search index...

    Type Alias UpdateInfo

    type UpdateInfo = {
        current: string;
        has_update: boolean;
        latest: string;
        release_url: string;
    }
    Index

    Properties

    current: string
    has_update: boolean
    latest: string
    release_url: string