import { ICampaignModelAttributes } from "../entity/campaign.entity";
export type ICampaignsResponse = ICampaignModelAttributes[];
