interface PokemonPools {
    [key: integer]: (Species | SpeciesTree)[];
}

Indexable

[key: integer]: (Species | SpeciesTree)[]