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

ListTeamMembersResult

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

§Properties

§
nextToken?: string | null
[src]

The continuation token to use when requesting the next set of results, if there are more results to be returned.

§
teamMembers: TeamMember[]
[src]

A list of team member objects for the project.