view data fixes
This commit is contained in:
@@ -10,7 +10,9 @@ interface SponsorshipPricingDTO {
|
||||
*
|
||||
* View model for sponsorship pricing data with UI-specific transformations.
|
||||
*/
|
||||
export class SponsorshipPricingViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class SponsorshipPricingViewModel extends ViewModel {
|
||||
mainSlotPrice: number;
|
||||
secondarySlotPrice: number;
|
||||
currency: string;
|
||||
|
||||
Reference in New Issue
Block a user