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