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

    Interface GithubIssue

    interface GithubIssue {
        body?: string | null;
        html_url: string;
        id: number;
        number: number;
        pull_request?: unknown;
        title: string;
        user: GithubUser;
    }
    Index

    Properties

    body?: string | null
    html_url: string
    id: number
    number: number
    pull_request?: unknown
    title: string