UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

11 lines (10 loc) 203 B
/** * Interface defining the property object that describes the cases. * * @OvationCXMApi */ export interface JourneyActivity { type: string; currentVersion: string; inputSchema?: any; }