Skip to main content
Module

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

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

The current project's files and information.

definition: { path: string; content: string; }