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

items

The list of commit IDs to search for.

items: string[]

Property Value

string[]

type

The type of query to perform.

type: GitPullRequestQueryType

Property Value