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

    Interface GithubAuthor

    interface GithubAuthor {
        name: string;
        username?: string | null;
    }
    Index

    Properties

    Properties

    name: string
    username?: string | null