TObject.d.ts 102 B

123
  1. /* tslint:disable:interface-over-type-literal */
  2. export type TObject <T = any> = {[key: string]: T};