[ADF-883] Fix build errors (#1992)

This commit is contained in:
Maurizio Vitale
2017-06-20 19:16:51 +01:00
committed by Eugenio Romano
parent cb5d0e8886
commit 0ff4ff5f24

View File

@@ -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;