import { Price } from "./Price";
/**
 * Values
 * @targetNSAlias `tns`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.WsCommon.Business.Entities`
 */
export interface Values {
    /** Price[] */
    Price?: Array<Price>;
}
