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

    Interface GithubCommit

    interface GithubCommit {
        author: GithubAuthor;
        id: string;
        message: string;
        url: string;
    }
    Index

    Properties

    Properties

    author: GithubAuthor
    id: string
    message: string
    url: string