/** * Map of all Cities in the game * Key = City Name, Value = City object */ export interface IMetadata = { name: string; }