VolumeStatistics
import type { VolumeStatistics } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpointemail.ts";interface VolumeStatistics {
InboxRawCount?: number | null;
ProjectedInbox?: number | null;
ProjectedSpam?: number | null;
SpamRawCount?: number | null;
}