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

    Interface GithubDiscussion

    interface GithubDiscussion {
        answer_html_url?: string | null;
        body?: string | null;
        html_url: string;
        number: number;
        title: string;
        user: GithubUser;
    }
    Index

    Properties

    answer_html_url?: string | null
    body?: string | null
    html_url: string
    number: number
    title: string