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