UNPKG

generator-sprotty

Version:
8 lines (6 loc) 154 B
import { SNode } from 'sprotty-protocol'; export interface TaskNode extends SNode { name: string; isRunning: boolean; isFinished: boolean; }