Skip to main content
Module

x/tpy/mod.ts>Deployment.Structures.Config

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

Deployment configurations. Recieved stringified.

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