import { CaseEventOutcome } from './case-event-outcome';
export interface DeleteCaseEventOutcome extends CaseEventOutcome {
}
