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

ListMembershipsOutput

import type { ListMembershipsOutput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface ListMembershipsOutput {
membershipSummaries: MembershipSummary[];
nextToken?: string | null;
}

§Properties

§
membershipSummaries: MembershipSummary[]
[src]

The list of memberships returned from the ListMemberships operation.

§
nextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.