UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

13 lines (12 loc) 290 B
/** * Interface defining the property object that describes the cases. * * @see [ObjectRerference](https://github.com/goboomtown/entities-ts/tree/master/docs) * * @OvationCXMApi */ export interface ObjectReference { scheme: string; collection: string; uniqueId: string; }