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