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

    Interface ForfeitedMatch

    interface ForfeitedMatch {
        blackTeamId: string;
        round: number;
        type: "--" | "-+" | "+-";
        whiteTeamId: string;
    }
    Index

    Properties

    blackTeamId: string
    round: number
    type: "--" | "-+" | "+-"
    whiteTeamId: string