export interface SessionInformation { mame: string; fullName: string; email: string; businessUserID: string; isAdmin: boolean; businessuserTypeName: string; businessUserProfile: string; callBack: string; isGroup: boolean; isInternal: boolean; clientGroupID: string; }