interface GitQueryRefsCriteria {
    commitIds?: string[];
    refNames?: string[];
    searchType?: GitRefSearchType;
}

Properties

commitIds?: string[]

List of commit Ids to be searched

refNames?: string[]

List of complete or partial names for refs to be searched

searchType?: GitRefSearchType

Type of search on refNames, if provided