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

ListRepositoriesResult

import type { ListRepositoriesResult } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface ListRepositoriesResult {
nextToken?: string | null;
repositories?: RepositorySummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

If there are additional results, this is the token for the next set of results.

§
repositories?: RepositorySummary[] | null
[src]

The returned list of RepositorySummary objects.