Pull request query input parameters.

interface GitPullRequestQueryInput {
    items?: string[];
    type?: GitPullRequestQueryType;
}

Properties

Properties

items?: string[]

The list of commit IDs to search for.

The type of query to perform.