refactor(typings): Refactor user and profile models; update API response types
This commit is contained in:
@@ -13,7 +13,7 @@ import { Dropdown } from 'antd';
|
||||
export const AvatarDropdown = ({
|
||||
currentUserProfile,
|
||||
}: {
|
||||
currentUserProfile?: MasterModel.ProfileResponse;
|
||||
currentUserProfile?: MasterModel.UserResponse;
|
||||
}) => {
|
||||
const intl = useIntl();
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user