export function rename(
  data: IObject,
  renamePropertyFromTo: IRename = {},
): IObject {
  const config = renameConfig(renamePropertyFromTo);