Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/src/types/deployment.d.ts>DeploymentStructures.DeploymentType

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

The type of deployment.

Members

APP

This deployment is an app.

SCRIPT

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