Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MultiTarget

import type { MultiTarget } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

Information specifying a multiTarget.

interface MultiTarget {
targetIds?: string[];
}

§Properties

§
targetIds?: string[]
[src]

Required. The target_ids of this multiTarget.