Files
imexrps/src/ipc.types.js
2020-10-13 12:59:43 -07:00

12 lines
245 B
JavaScript

exports.default = {
test: {
start: "test-start",
},
filewatcher: {
start: "filewatcher__start",
startSuccess: "filewatcher__start-success",
startFailure: "filewatcher__start-failure",
stop: "filewatcher__stop",
},
};