grapher/lib/query/reducers/config.schema.js

11 lines
186 B
JavaScript
Raw Normal View History

import SimpleSchema from 'simpl-schema';
export default new SimpleSchema({
body: {
type: Object,
blackbox: true
},
reducer: {
type: Function
}
})