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