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

InAppMessagesResponse

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

Get in-app messages response object.

interface InAppMessagesResponse {
InAppMessageCampaigns?: InAppMessageCampaign[] | null;
}

§Properties

§
InAppMessageCampaigns?: InAppMessageCampaign[] | null
[src]

List of targeted in-app message campaigns.