/** * Names accounting for regions. * Currently English is the only supported language. */ export interface RegionalName { en: string; }