export interface IObject { [s: string]: any; [s: number]: any; }