export interface IUsedCampaign {
    createdAt: Date;
    updatedAt: Date;
    id: string;
}
