import Immutable from 'immutable'; import { ActionEnum } from '../constants'; export default Immutable.Record({ _id: '', title: '', description: '', date: '', group: null, protocol: '', action: ActionEnum.NONE, }, 'Session');