refactor core presenters
This commit is contained in:
@@ -2,6 +2,12 @@ import { ApiProperty } from '@nestjs/swagger';
|
||||
import { SponsorshipPricingItemDTO } from './SponsorshipPricingItemDTO';
|
||||
|
||||
export class GetEntitySponsorshipPricingResultDTO {
|
||||
@ApiProperty()
|
||||
entityType: string;
|
||||
|
||||
@ApiProperty()
|
||||
entityId: string;
|
||||
|
||||
@ApiProperty({ type: [SponsorshipPricingItemDTO] })
|
||||
pricing: SponsorshipPricingItemDTO[];
|
||||
}
|
||||
Reference in New Issue
Block a user