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

ListDeploymentsResponse

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

Response with the list of deployments for the specified Apps Script project.

interface ListDeploymentsResponse {
deployments?: Deployment[];
nextPageToken?: string;
}

§Properties

§
deployments?: Deployment[]
[src]

The list of deployments.

§
nextPageToken?: string
[src]

The token that can be used in the next call to get the next page of results.