export interface PropertyObject {
  // tslint:disable-next-line:no-any
  [key: string]: any
}
