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

    Interface MatchBatchResultWire

    Raw result from a batch submission.

    interface MatchBatchResultWire {
        success: boolean;
        numMatches: number;
        numGames: number;
        dryRun?: boolean;
        message?: string;
        errors?: readonly string[];
    }
    Index

    Properties

    success: boolean
    numMatches: number
    numGames: number
    dryRun?: boolean
    message?: string
    errors?: readonly string[]