Type Alias PaymentProductMediaDto
PaymentProductMediaDto: { id: string; url: string; type: PaymentProductMediaType; title?: string; isFeatured?: boolean; priceIds?: string[];} Type declaration
id: string
url: string
Optional
title?: string
Optional
isFeatured?: boolean
Optional
priceIds?: string[]