mirror of
https://github.com/vale981/grapher
synced 2025-03-10 12:56:41 -04:00
11 lines
198 B
JavaScript
11 lines
198 B
JavaScript
![]() |
import { SimpleSchema } from 'meteor/simple-schema';
|
||
|
|
||
|
export default new SimpleSchema({
|
||
|
body: {
|
||
|
type: Object,
|
||
|
blackbox: true
|
||
|
},
|
||
|
reducer: {
|
||
|
type: Function
|
||
|
}
|
||
|
})
|