interface BiomePokemonPools {
    [key: integer]: Record<number, PokemonPools>;
}

Indexable

[key: integer]: Record<number, PokemonPools>