export interface UpdateCampaignDTO {
  title?: string;
  subject?: string;
  senderId?: string;
  contactListId?: string | null;
}
