Clave con nombre de variable en TypeScript

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