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

ListVersionsResponse

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

Response with the list of the versions for the specified script project.

interface ListVersionsResponse {
nextPageToken?: string;
versions?: Version[];
}

§Properties

§
nextPageToken?: string
[src]

The token use to fetch the next page of records. if not exist in the response, that means no more versions to list.

§
versions?: Version[]
[src]

The list of versions.