| 12345678910111213141516 |
- 'use strict';
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- var ApplicationRole = {
- relatedConcepts: [{
- module: 'ARIA',
- concept: {
- name: 'application'
- }
- }],
- type: 'window'
- };
- exports.default = ApplicationRole;
|