Type alias WorkerEvents<TI>
WorkerEvents<TI>: { addTask: ((task) => void); deleteTask: ((task) => void); import: (() => void); updateTask: ((task) => void); } Type declaration
addTask: ((task) => void)
deleteTask: ((task) => void)
import: (() => void)
updateTask: ((task) => void)
Worker EventEmitter events