export interface ObjectLiteral {
  [key: string]: any;
}
