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

Deployment

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

Representation of a single script deployment.

interface Deployment {
deploymentConfig?: DeploymentConfig;
deploymentId?: string;
entryPoints?: EntryPoint[];
updateTime?: Date;
}

§Properties

§
deploymentConfig?: DeploymentConfig
[src]

The deployment configuration.

§
deploymentId?: string
[src]

The deployment ID for this deployment.

§
entryPoints?: EntryPoint[]
[src]

The deployment's entry points.

§
updateTime?: Date
[src]

Last modified date time stamp.