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

ListPackagesResult

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

§Properties

§
nextToken?: string | null
[src]

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

§
packages?: PackageSummary[] | null
[src]

The list of returned PackageSummary objects.