import type { GetEntitySponsorshipPricingResultDTO } from '../use-cases/GetEntitySponsorshipPricingUseCase'; export interface IEntitySponsorshipPricingPresenter { present(data: GetEntitySponsorshipPricingResultDTO | null): void; }