UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

4 lines (3 loc) 126 B
import { TaskEventOutcome } from './task-event-outcome'; export interface CancelTaskEventOutcome extends TaskEventOutcome { }