Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListPullRequestsOutput

import type { ListPullRequestsOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface ListPullRequestsOutput {
nextToken?: string | null;
pullRequestIds: string[];
}

§Properties

§
nextToken?: string | null
[src]

An enumeration token that allows the operation to batch the next results of the operation.

§
pullRequestIds: string[]
[src]

The system-generated IDs of the pull requests.