client/src/store/sessionRecord.js
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 27 Jun 2017 13:12:19 +0200
changeset 98 2e939d9cf193
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Introduce WebAnnotationSerializer.

import Immutable from 'immutable';

export default Immutable.Record({
  _id: '',

  title: '',
  description: '',

  date: '',

}, 'Session');