@coderabbitai/bitbucket
    Preparing search index...
    interface ToCommit {
        author: repo.refsChanged.Author;
        authorTimestamp: number;
        committer: repo.refsChanged.Author;
        committerTimestamp: number;
        displayId: string;
        id: string;
        message: string;
        parents: Commit[];
    }
    Index

    Properties

    authorTimestamp: number
    committerTimestamp: number
    displayId: string
    id: string
    message: string
    parents: Commit[]