module.exports = class { onCreate(input) { this.state = Object.assign({}, input.chapter) } }