Skip to main content
Module

x/tpy/mod.ts>Deployment.Structures.DeploymentType

🔑 A strongly typed Pylon API client.
Go to Latest
enum Deployment.Structures.DeploymentType
import { Deployment } from "https://deno.land/x/tpy@v1.0.0-pre-release-4/mod.ts";
const { DeploymentType } = Deployment.Structures;

The type of deployment.

Members

APP

This deployment is an app.

SCRIPT

This deployment is a collection of scripts. This is the default.