allow setting custom data for ProfileState

This commit is contained in:
Denys Vuika
2019-04-12 16:54:27 +01:00
parent 578f00d270
commit 4215666a96

View File

@@ -18,6 +18,8 @@
import { Group } from '@alfresco/js-api';
export interface ProfileState {
[key: string]: any;
id: string;
isAdmin: boolean;
firstName: string;