import { CustomFormData } from '.';
/**
 * Interface defining the property object that describes the customer form data list.
 *
 * @see [CustomFormDataList](https://github.com/goboomtown/entities-ts/tree/master/docs)
 *
 * @OvationCXMApi
 */
export interface CustomFormDataList {
    id: CustomFormData;
}
