/**
 * Interface defining the property object that describes the cases.
 *
 * @OvationCXMApi
 */
export interface JourneyActivity {
    type: string;
    currentVersion: string;
    inputSchema?: any;
}
