interface.d.ts 52 B

123
  1. interface AssociativeArray {
  2. [key: string]: any;
  3. }