Vairified TypeScript SDK - v0.3.1
    Preparing search index...

    Interface TournamentImportResultWire

    Wire shape for tournament import response.

    interface TournamentImportResultWire {
        success: boolean;
        matchesImported: number;
        gamesRecorded: number;
        ghostPlayersCreated: number;
        existingPlayersMatched: number;
        dryRun?: boolean;
        message?: string;
        errors?: readonly string[];
    }
    Index

    Properties

    success: boolean
    matchesImported: number
    gamesRecorded: number
    ghostPlayersCreated: number
    existingPlayersMatched: number
    dryRun?: boolean
    message?: string
    errors?: readonly string[]