@echecs/elo - v2.2.1
    Preparing search index...

    Interface GameOptions

    interface GameOptions {
        gameType?: GameType;
        result: Result;
    }
    Index

    Properties

    Properties

    gameType?: GameType
    result: Result