export interface Unfollow {
    userToUnfollow: string;
}
