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

    Interface TeamRoundResult801

    interface TeamRoundResult801 {
        opponentId: string | null;
        raw: string;
        round: number;
        type?: "FPB" | "HPB" | "PAB" | "ZPB";
    }
    Index

    Properties

    opponentId: string | null
    raw: string
    round: number
    type?: "FPB" | "HPB" | "PAB" | "ZPB"