UNPKG

ix-entities

Version:

IX entities in typescript format. This includes: - Customer

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