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