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

GetCampaignStateBatchRequest

import type { GetCampaignStateBatchRequest } from "https://aws-api.deno.dev/v0.4/services/connectcampaigns.ts?docs=full";

GetCampaignStateBatchRequest

interface GetCampaignStateBatchRequest {
campaignIds: string[];
}

§Properties

§
campaignIds: string[]
[src]