export interface IObject { [key: string]: string | number; }