Skip to main content
Module

x/tpy/mod.ts>Deployment.DeploymentStructures.Script

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

Detailed script information of a deployment.

Type Parameters

optional
Raw extends boolean = true
definition: { contents: string; id: string; project: Raw extends true ? string : { files: Array<{ path: string; content: string; }>; }; }