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