printer-notifications/node_modules/axobject-query/lib/etc/objects/AnnotationRole.js
2023-11-13 16:10:04 -05:00

12 lines
233 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var AnnotationRole = {
relatedConcepts: [],
type: 'structure'
};
var _default = AnnotationRole;
exports.default = _default;