import { Hypervisor } from "./Hypervisor";
/**
 * Value
 * @targetNSAlias `q32`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Provisioning.Entities`
 */
export interface Value30 {
    /** Hypervisor[] */
    Hypervisor?: Array<Hypervisor>;
}
