ix-entities
Version:
IX entities in typescript format. This includes: - Customer
12 lines (11 loc) • 316 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)
*
* @BoomtownApi
*/
export interface CustomFormDataList {
id: CustomFormData;
}