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

    Interface ResultAndOpponent

    interface ResultAndOpponent {
        opponentRating: number;
        result: Result;
    }
    Index

    Properties

    opponentRating: number
    result: Result