Ключ с именем переменной в TypeScript

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