Skip to main content
Module

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

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Deployment.DeploymentStructures.Base
import { type Deployment } from "https://deno.land/x/tpy@v1.0.0-pre-release-10/mod.ts";
const { Base } = Deployment.DeploymentStructures;

The base structure of some deployment related responses.

definition: { id: string; bot_id: string; type: DeploymentType; app_id: string | null; name: string; status: DeploymentStatus; revision: number; }