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

    Interface GithubRepository

    interface GithubRepository {
        full_name: string;
        html_url: string;
        id: number;
        name: string;
    }
    Index

    Properties

    full_name: string
    html_url: string
    id: number
    name: string