import { TaskEventOutcome } from './task-event-outcome';
export interface DelegateTaskEventOutcome extends TaskEventOutcome {
}
