github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/adapters/plugin.js (about)

     1  import Watchable from './watchable';
     2  import classic from 'ember-classic-decorator';
     3  
     4  @classic
     5  export default class PluginAdapter extends Watchable {
     6    queryParamsToAttrs = {
     7      type: 'type',
     8    };
     9  }