Type alias OrchestrationContextEvent
OrchestrationContextEvent: {
eventType: string;
orchestrationEvent: string;
platformEvent: string;
platformEventPrimaryKey: string;
}
Type declaration
eventType: string
orchestrationEvent: string
platformEvent: string
platformEventPrimaryKey: string