mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-883] Fix build errors (#1992)
This commit is contained in:
committed by
Eugenio Romano
parent
cb5d0e8886
commit
0ff4ff5f24
@@ -16,8 +16,9 @@
|
||||
*/
|
||||
|
||||
import { EcmCompanyModel } from './ecm-company.model';
|
||||
import { Person } from 'alfresco-js-api';
|
||||
|
||||
export class EcmUserModel {
|
||||
export class EcmUserModel implements Person {
|
||||
id: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
@@ -33,7 +34,7 @@ export class EcmUserModel {
|
||||
company: EcmCompanyModel;
|
||||
mobile: string;
|
||||
telephone: string;
|
||||
statusUpdatedAt: string;
|
||||
statusUpdatedAt: Date;
|
||||
userStatus: string;
|
||||
enabled: boolean;
|
||||
emailNotificationsEnabled: boolean;
|
||||
|
Reference in New Issue
Block a user