klucz o zmiennej nazwie w TypeScript

interface Vote {
	[x: string]: string;
}
Cheerful Caterpillar