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

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

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

Deployment configurations; recieved as a string.

definition: { enabled: boolean; events: GatewayDispatchEvents[]; tasks: { cronTasks: Array<{ name: string; cronString: string; }>; }; }