setup-miniconda
    Preparing search index...

    Interface IGithubRelease

    The body of the API request.

    interface IGithubRelease {
        assets: IGithubAsset[];
        draft: boolean;
        prerelease: boolean;
        tag_name: string;
    }
    Index

    Properties

    assets: IGithubAsset[]
    draft: boolean
    prerelease: boolean
    tag_name: string