interface PokeballCounts {
    [pb: string]: integer;
}

Indexable

[pb: string]: integer