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

ListRegistriesResponse

import type { ListRegistriesResponse } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface ListRegistriesResponse {
NextToken?: string | null;
Registries?: RegistrySummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

§
Registries?: RegistrySummary[] | null
[src]

An array of registry summaries.