Edit

Share via


GitPullRequestQueryInput interface

Pull request query input parameters.

Properties

include

Options for including additional PR properties in the response.

items

The list of commit IDs to search for.

type

The type of query to perform.

Property Details

include

Options for including additional PR properties in the response.

include: GitPullRequestQueryIncludeOptions

Property Value

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