Home > chess.ts > PartialMove
Signature:
export type PartialMove = {
to: Square;
from: Square;
promotion?: PieceSymbol;
};
References: Square, PieceSymbol
Home > chess.ts > PartialMove
Signature:
export type PartialMove = {
to: Square;
from: Square;
promotion?: PieceSymbol;
};
References: Square, PieceSymbol