myt/exporters/event.js

6 lines
80 B
JavaScript
Raw Normal View History

2022-02-02 04:05:31 +00:00
module.exports = {
schemaCol: 'EVENT_SCHEMA',
nameCol: 'EVENT_NAME'
};