klucz o zmiennej nazwie w TypeScript
interface Vote {
[x: string]: string;
}
Cheerful Caterpillar
interface Vote {
[x: string]: string;
}