export default interface IObject {
    [key: string]: any;
  }
  