Interface ITaskData

interface ITaskData {
    emitter: Emitter;
}

Properties

Properties

emitter: Emitter