Targets
import type { Targets } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";
The targets involved in a single timed promotion.
interface Targets {
destinationTargetId?: string;
sourceTargetId?: string;
}import type { Targets } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";
The targets involved in a single timed promotion.