An empty interface IGameStats in the LichessNET.Entities.Interfaces namespace. It currently declares no members and serves as a marker or placeholder for game statistics types.
#nullable enable annotations
namespace LichessNET.Entities.Interfaces;
public interface IGameStats
{
}