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

    Interface GithubComment

    interface GithubComment {
        body: string;
        commit_id?: string | null;
        html_url: string;
        id: number;
        user: GithubUser;
    }
    Index

    Properties

    body: string
    commit_id?: string | null
    html_url: string
    id: number