Skip to main content
Module

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

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

The base structure of some deployment related responses.

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