2019-11-19 10:58:15 -08:00

9 lines
104 B
JavaScript

const Events = {
Foo: {
Start: 'start',
Finish: 'finish',
},
};
module.exports = {Events};