GitPullRequestQueryInput interface
Pull request query input parameters.
Properties
items |
The list of commit IDs to search for.
|
type |
The type of query to perform.
|
Property Details
The list of commit IDs to search for.
items: string[]
Property Value
The type of query to perform.
type: GitPullRequestQueryType
Property Value