import baseData from './base-data'; export default baseData.extend({ init() { this._super(...arguments); this.modelName = 'fuel-type'; }, });