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