@typed-discord/rest
    Preparing search index...

    Interface GithubRelease

    interface GithubRelease {
        author: GithubUser;
        html_url: string;
        id: number;
        tag_name: string;
    }
    Index

    Properties

    author: GithubUser
    html_url: string
    id: number
    tag_name: string