Type Alias GetFollowingOrFollowerParams

GetFollowingOrFollowerParams: PaginatedParams<{
    username?: string;
}>