export interface IState {
    [i: string]: any;
}
