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

ListFilesResponse

import type { ListFilesResponse } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

The response from listing files.

interface ListFilesResponse {
nextPageToken?: string;
}

§Properties

§

The files returned.

§
nextPageToken?: string
[src]

The token to retrieve the next page of files, or empty if there are no more files to return.