setup-miniconda
    Preparing search index...

    Interface IGithubAssetWithRelease

    An asset with some extra metadata from the release.

    interface IGithubAssetWithRelease {
        browser_download_url: string;
        created_at: string;
        name: string;
        tag_name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    browser_download_url: string
    created_at: string
    name: string
    tag_name: string