@echecs/tournament - v3.3.0
    Preparing search index...

    Interface TournamentMetadata

    Tournament metadata — report information passed through untouched.

    interface TournamentMetadata {
        chiefArbiter?: string;
        city?: string;
        comments?: string[];
        deputyArbiters?: string[];
        endDate?: string;
        federation?: string;
        name?: string;
        pairingController?: string;
        roundDates?: string[];
        startDate?: string;
        startingRankMethod?: string;
        timeControl?: string;
        tournamentType?: string;
    }
    Index

    Properties

    chiefArbiter?: string
    city?: string
    comments?: string[]
    deputyArbiters?: string[]
    endDate?: string
    federation?: string
    name?: string
    pairingController?: string
    roundDates?: string[]
    startDate?: string
    startingRankMethod?: string
    timeControl?: string
    tournamentType?: string