import { CustomProductCost } from "./CustomProductCost";
/**
 * CustomProductsCost
 * @targetNSAlias `q25`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Provisioning.Entities.CustomProduct`
 */
export interface CustomProductsCost {
    /** CustomProductCost[] */
    CustomProductCost?: Array<CustomProductCost>;
}
