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

    Interface TeamRoundResult802

    interface TeamRoundResult802 {
        color?: "b" | "w";
        forfeit?: boolean;
        gamePoints: number;
        opponentId: string | null;
        round: number;
        type?: "FPB" | "HPB" | "PAB" | "ZPB";
    }
    Index

    Properties

    color?: "b" | "w"
    forfeit?: boolean
    gamePoints: number
    opponentId: string | null
    round: number
    type?: "FPB" | "HPB" | "PAB" | "ZPB"