4 lines
342 B
TypeScript
4 lines
342 B
TypeScript
import type { Presenter } from '@core/shared/presentation/Presenter';
|
|
import type { GetEntitySponsorshipPricingResultDTO } from '../use-cases/GetEntitySponsorshipPricingUseCase';
|
|
|
|
export interface IEntitySponsorshipPricingPresenter extends Presenter<GetEntitySponsorshipPricingResultDTO | null, GetEntitySponsorshipPricingResultDTO | null> {} |