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