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

    Type Alias TraceCallback

    TraceCallback: (event: Record<string, unknown>) => void

    Callback for pairing algorithm trace events. The event shape is defined by each pairing system — tournament forwards the callback without inspecting the events.

    Type Declaration

      • (event: Record<string, unknown>): void
      • Parameters

        • event: Record<string, unknown>

        Returns void