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