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

ListRepositoriesInput

import type { ListRepositoriesInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListRepositoriesInput {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of repositories to list.

§
nextToken?: string | null
[src]

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