Type Alias TFriendInfo

TFriendInfo: TUserInfo & {
    remark: string;
}