export type CampaignBlockType = {
    campaignId: number;
    showImage: boolean;
    showDescription: boolean;
    showGoal: boolean;
}
