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