Type Alias GetAccountFollowedGamesParams

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