export interface IUser { code?: string; name?: string; email?: string; claims: any; }