import Immutable from 'immutable'; export default Immutable.Record({ _id: '', title: '', description: '', date: '', }, 'Session');