| Current Path : /home/rtorresani/www/vendor/magento/module-adobe-ims/view/adminhtml/web/js/ |
| Current File : //home/rtorresani/www/vendor/magento/module-adobe-ims/view/adminhtml/web/js/user.js |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define(['ko'], function (ko) {
'use strict';
return {
isAuthorized: ko.observable(false),
name: ko.observable(''),
email: ko.observable('')
};
});