export interface IndexedObject { [key: string]: T } export interface Dimensions { width: string height: string }