UNPKG
ix-entities
Version:
latest (1.2.1)
1.2.1
IX entities in typescript format. This includes: - Customer
ix-entities
/
lib
/
dto
/
custom-form-data.d.ts
11 lines
(10 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * 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
; }