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

    Interface GithubReview

    interface GithubReview {
        body?: string | null;
        html_url: string;
        state: string;
        user: GithubUser;
    }
    Index

    Properties

    body?: string | null
    html_url: string
    state: string