export interface ReqUser { userId: string; activities: Record; organizationId: string; activeLogin: string; }