Kunci dengan nama variabel di TypeScript

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