/** * Cloud API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { PriceDto } from './price-dto'; /** * * @export * @interface ProductVariantDto */ export interface ProductVariantDto { /** * * @type {any} * @memberof ProductVariantDto */ options: any; /** * * @type {Array} * @memberof ProductVariantDto */ prices?: Array; }