Represents a file entry returned by the last-modified endpoint, showing the path and the commit that last touched it.

interface BitbucketLastModifiedEntry {
    latestCommit: BitbucketCommit;
    path: BitbucketChangePath;
}

Properties

Properties

latestCommit: BitbucketCommit

The commit that last modified this file

The file path