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

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

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