index.ts 57 Bytes
export interface AnyType {
  [proppName: string]: any;
}