api client refactor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Get entity sponsorship pricing result data transfer object
|
||||
* Pricing information for sponsorship slots
|
||||
*/
|
||||
export interface GetEntitySponsorshipPricingResultDto {
|
||||
mainSlotPrice: number;
|
||||
secondarySlotPrice: number;
|
||||
currency: string;
|
||||
}
|
||||
Reference in New Issue
Block a user