SDK ReferenceReactType AliasesConnectedUserCopy page 1type ConnectedUser = Omit<User, "address" | "orgId" | "userId"> & object; Defined in: account-kit/react/src/hooks/useConnectedUser.ts:11 Type Declaration NameTypeaddress?AddressorgId?stringuserId?string