interface GitLastChangeTreeItems {
    commits?: GitCommitRef[];
    items?: GitLastChangeItem[];
    lastExploredTime?: Date;
}

Properties

commits?: GitCommitRef[]

The list of commits referenced by Items, if they were requested.

The last change of items.

lastExploredTime?: Date

The last explored time, in case the result is not comprehensive. Null otherwise.