Type Alias FollowAccount

FollowAccount: Pick<Account,
    | "avatarUrl"
    | "createdAt"
    | "externalLinks"
    | "follower"
    | "introduction"
    | "updatedAt"
    | "username"> & {
    avatarDecoration: null;
    badge: null;
    isFollowing: boolean;
}