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.
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">; }