export interface DmsUserModel { email?: string; firstName?: string; fullName?: string; lastName?: string; userName?: string; }