11 lines
183 B
JavaScript
11 lines
183 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
Object.defineProperty(exports, "__esModule", {
|
||
|
|
value: true
|
||
|
|
});
|
||
|
|
var AnnotationRole = {
|
||
|
|
relatedConcepts: [],
|
||
|
|
type: 'structure'
|
||
|
|
};
|
||
|
|
|
||
|
|
exports.default = AnnotationRole;
|