variable AuthDeploymentsDisableRequestSchema

Properties

properties: { deploymentId: { minLength: number; type: string; }; kind: { anyOf: { const: string; type: string; }[]; }; }
required: string[]
type: string

Usage

import { AuthDeploymentsDisableRequestSchema } from "trellis/sdk/auth.ts";