Interface MoveTreeChatLineBody

interface MoveTreeChatLineBody {
    from: number;
    moves: string | AdHocPackedMove;
    name: string;
    type: "analysis";
}

Properties

Properties

from: number
moves: string | AdHocPackedMove
name: string
type: "analysis"