chessops
    Preparing search index...

    Interface DropMove

    interface DropMove {
        role: "pawn" | "knight" | "bishop" | "rook" | "queen" | "king";
        to: number;
    }
    Index

    Properties

    Properties

    role: "pawn" | "knight" | "bishop" | "rook" | "queen" | "king"
    to: number