Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/tpy/src/types/deployment.d.ts>GET.Deployment

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