mirror of
https://github.com/vale981/grapher
synced 2025-03-10 04:46:40 -04:00
11 lines
No EOL
198 B
JavaScript
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
|
|
}
|
|
}) |