@hashgraph/solo
    Preparing search index...

    Interface GitHubRelease

    interface GitHubRelease {
        assets: GitHubReleaseAsset[];
        html_url: string;
        tag_name: string;
    }
    Index

    Properties

    html_url: string
    tag_name: string