/** * Get entity sponsorship pricing result data transfer object * Pricing information for sponsorship slots */ export interface GetEntitySponsorshipPricingResultDto { mainSlotPrice: number; secondarySlotPrice: number; currency: string; }