@echecs/trf - v4.0.0
    Preparing search index...

    Interface AbnormalPoints

    interface AbnormalPoints {
        gamePoints: number;
        matchPoints: number;
        playerIds: string[];
        round: number;
        type: "+" | "-" | "D" | "F" | "H" | "L" | "W" | "Z" | " ";
    }
    Index

    Properties

    gamePoints: number
    matchPoints: number
    playerIds: string[]
    round: number
    type: "+" | "-" | "D" | "F" | "H" | "L" | "W" | "Z" | " "