index.ts 57 Bytes
Newer Older
hucy's avatar
hucy committed
1 2 3
export interface AnyType {
  [proppName: string]: any;
}