@echecs/swiss - v3.0.2
    Preparing search index...

    Interface Game

    interface Game {
        black: string;
        kind?: GameKind;
        result: Result;
        white: string;
    }
    Index

    Properties

    Properties

    black: string
    kind?: GameKind
    result: Result
    white: string