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

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

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