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

ListRepositoriesResponse

import type { ListRepositoriesResponse } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
interface ListRepositoriesResponse {
nextPageToken?: string;
repositories?: Repository[];
}

§Properties

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
repositories?: Repository[]
[src]

The list of repositories.