clé avec nom de variable dans TypeScript

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