const SIDE_ENUM = { FRONT: 'FRONT', BACK: 'BACK', }; module.exports = SIDE_ENUM;