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';
|
import { Group } from '@alfresco/js-api';
|
||||||
|
|
||||||
export interface ProfileState {
|
export interface ProfileState {
|
||||||
|
[key: string]: any;
|
||||||
|
|
||||||
id: string;
|
id: string;
|
||||||
isAdmin: boolean;
|
isAdmin: boolean;
|
||||||
firstName: string;
|
firstName: string;
|
||||||
|
Reference in New Issue
Block a user