Author/committer identity on a git commit.

interface BitbucketCommitAuthor {
    emailAddress: string;
    name: string;
}

Properties

Properties

emailAddress: string
name: string