myt/exporters/event.js

11 lines
159 B
JavaScript
Raw Normal View History

2022-02-02 04:05:31 +00:00
module.exports = {
schemaCol: 'EVENT_SCHEMA',
nameCol: 'EVENT_NAME',
escapeCols: [
'starts',
'ends',
'executeAt'
]
2022-02-02 04:05:31 +00:00
};