@goboomtown/entities
Version:
entities in typescript format. This includes: - Customer
12 lines (11 loc) • 307 B
TypeScript
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;
}