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

SuccessfulCampaignStateResponse

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

Successful response of campaign state

interface SuccessfulCampaignStateResponse {
campaignId?: string | null;
state?: CampaignState | null;
}

§Properties

§
campaignId?: string | null
[src]
§
state?: CampaignState | null
[src]