setup-miniconda
    Preparing search index...

    Interface IGithubAsset

    A release asset from the GitHub API.

    interface IGithubAsset {
        browser_download_url: string;
        created_at: string;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    browser_download_url: string
    created_at: string
    name: string