mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
allow setting custom data for ProfileState
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
import { Group } from '@alfresco/js-api';
|
||||
|
||||
export interface ProfileState {
|
||||
[key: string]: any;
|
||||
|
||||
id: string;
|
||||
isAdmin: boolean;
|
||||
firstName: string;
|
||||
|
Reference in New Issue
Block a user