interface QueuedMove {
    ignorePP?: boolean;
    move: Moves;
    targets: BattlerIndex[];
}

Properties

ignorePP?: boolean
move: Moves
targets: BattlerIndex[]