UNPKG

ember-pouch

Version:
10 lines (8 loc) 118 B
import DS from 'ember-data'; const { Model, attr } = DS; export default Model.extend({ rev: attr('string') });