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

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

🔑 A strongly typed Pylon API client.
Latest
type alias DeploymentStructures.Base
import { type DeploymentStructures } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/deployment.d.ts";
const { Base } = 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; }