export interface IIdentity { id: string | number | object; isAuthenticated: boolean; details: T; }