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

11 lines
No EOL
198 B
JavaScript

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