export interface CatalogDataProductCustomOptionValuesInterface { title: string; sortOrder: number; price: number; priceType: string; sku?: string; optionTypeId?: number; }