Skip to main content
Module

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

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

The type of deployment.

Members

APP

This deployment is an app.

SCRIPT

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