/* tslint:disable:interface-over-type-literal */ export type TObject = {[key: string]: T};