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