mwg API
    Preparing search index...

    Interface ChessMove

    interface ChessMove {
        from: number;
        promotion?: PromotionKind;
        to: number;
    }
    Index
    from: number
    promotion?: PromotionKind
    to: number