interface GitLastChangeItem {
    commitId?: string;
    path?: string;
}

Properties

Properties

commitId?: string

Gets or sets the commit Id this item was modified most recently for the provided version.

path?: string

Gets or sets the path of the item.