1.  
  2. export interface Config {
  3. heroesUrl: string;
  4. textfile: string;
  5. }
  6.