import { Items6 } from "./Items6";
/**
 * Value
 * @targetNSAlias `tns`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Common`
 */
export interface Value35 {
    /** Items */
    Items?: Items6;
    /** xs:long */
    Total?: number;
}
