chessops
    Preparing search index...

    Interface Outcome

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

    Properties

    Properties

    winner: undefined | "black" | "white"