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

ListPackagesResponse

import type { ListPackagesResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface ListPackagesResponse {
NextToken?: string | null;
Packages?: PackageListItem[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A pagination token that's included if more results are available.

§
Packages?: PackageListItem[] | null
[src]

A list of packages.