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