Skip to main content
Module

x/tpy/mod.ts>Deployment.GET.Deployment

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

Response schema for GET /deployments/:id.

Returns information about the current running deployment.

Type Parameters

optional
Raw extends boolean = true
definition: DeploymentStructures.Base & { config: Raw extends true ? string : DeploymentStructures.Config; workbench_url: `wss://workbench.pylon.bot/ws/${string}`; guild: GuildStructures.Payload; script: Omit<DeploymentStructures.Script<Raw>, "contents">; }