Skip to main content
Module

x/tpy/mod.ts>Deployment.POST.Response

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

Response schema for POST /deployments/:id.

Returns the new deployment's information. If there are errors, the errors property length will be more than 0.

Type Parameters

optional
Raw extends boolean = true