Interface ConditionalMoveResponseTree

interface ConditionalMoveResponseTree {
    [move: string]: ConditionalMoveResponse;
}

Indexable

[move: string]: ConditionalMoveResponse