keyable.d.ts 53 B

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