Type Alias FollowJsonPayload

FollowJsonPayload: ["follow", {
    follower: string;
    following: string;
    what: FollowWhat[];
}]