import { type Deployment } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";
const { Request } = Deployment.POST;
Request schema for POST /deployments/:id
.
definition: Omit<DeploymentStructures.Script<Raw>, "id">
import { type Deployment } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";
const { Request } = Deployment.POST;
Request schema for POST /deployments/:id
.