UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

6 lines (5 loc) 230 B
import { PetriNetEventOutcome } from '../petrinet-outcomes/petri-net-event-outcome'; import { Case } from '../../../../resources/interface/case'; export interface CaseEventOutcome extends PetriNetEventOutcome { aCase: Case; }