UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

19 lines (18 loc) 425 B
/** * Interface defining the property object that describes the cases. * * @see [CreateJourney](https://github.com/goboomtown/entities-ts/tree/master/docs) * * @OvationCXMApi */ export interface Journey { id?: string; name: string; internalName?: string; description?: string; idOrg: string; idActiveFlow?: string; isPublished?: boolean; dateCreated: string; dateUpdated?: string; }