interface FaintLogEntry {
    pokemon: default;
    turn: number;
}

Properties

Properties

pokemon: default
turn: number