ActivityResponse
import type { ActivityResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";interface ActivityResponse {
ApplicationId: string;
CampaignId: string;
End?: string | null;
Id: string;
Result?: string | null;
ScheduledStart?: string | null;
Start?: string | null;
State?: string | null;
SuccessfulEndpointCount?: number | null;
TimezonesCompletedCount?: number | null;
TimezonesTotalCount?: number | null;
TotalEndpointCount?: number | null;
TreatmentId?: string | null;
}