mirror of
https://github.com/vale981/grapher
synced 2025-03-12 22:06:37 -04:00
10 lines
No EOL
167 B
JavaScript
10 lines
No EOL
167 B
JavaScript
export default new SimpleSchema({
|
|
name: {
|
|
type: String
|
|
},
|
|
profile: {
|
|
type: Object,
|
|
blackbox: true,
|
|
optional: true
|
|
}
|
|
}); |