export interface AnyType {
  [proppName: string]: any;
}