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