Files

12 lines
222 B
JavaScript
Raw Permalink Normal View History

2026-03-22 20:00:13 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var WindowRole = {
relatedConcepts: [],
type: 'window'
};
var _default = WindowRole;
exports.default = _default;