mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
extend ProfileState interface with optional groups
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Group } from '@alfresco/js-api';
|
||||
|
||||
export interface ProfileState {
|
||||
id: string;
|
||||
isAdmin: boolean;
|
||||
@@ -22,4 +24,5 @@ export interface ProfileState {
|
||||
lastName: string;
|
||||
userName?: string;
|
||||
initials?: string;
|
||||
groups?: Group[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user