models/git/GitCommitRefChangeItem.ps1

class GitCommitRefChangeItem {
    [string]$changeType
    [string]$path
}