import { BillingType } from "./BillingType";
/**
 * FeatureTypes
 * @targetNSAlias `q22`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Common.Entities`
 */
export interface FeatureTypes {
    /** EnumValue[] */
    EnumValue?: Array<BillingType>;
}
