import { I_Campaign } from '../responses/schemas';
export type T_CampaignBodyParams = Pick<I_Campaign, 'name' | 'description' | 'audience' | 'channel' | 'enContent' | 'arContent' | 'startAt' | 'brandId'>;
//# sourceMappingURL=index.d.ts.map