Schlüssel mit variabler Name in TypeScript

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