mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
import Watchable from './watchable';
|
|
|
|
export default class PluginAdapter extends Watchable {
|
|
queryParamsToAttrs = Object.freeze({
|
|
type: 'type',
|
|
});
|
|
}
|