mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +00:00
12 lines
239 B
JavaScript
12 lines
239 B
JavaScript
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports["default"] = void 0;
|
||
|
var StaticTextRole = {
|
||
|
relatedConcepts: [],
|
||
|
type: 'structure'
|
||
|
};
|
||
|
var _default = StaticTextRole;
|
||
|
exports["default"] = _default;
|