chessops
    Preparing search index...

    Interface Outcome

    interface Outcome {
        winner: "black" | "white" | undefined;
    }
    Index

    Properties

    Properties

    winner: "black" | "white" | undefined