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

ListRepositoriesOutput

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

§Properties

§
nextToken?: string | null
[src]

A token that indicates the location of the next repository in the array of repositories, after the current requested list of repositories.

§
repositories: RepositorySummary[]
[src]

An array of repository links.