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