export interface PublisherDeliveryReportFields { content_types: string[]; estimated_impressions: number; name: string; status: string; url: string; }