export function getVariableName(variable: any) {
  return Object.keys({ variable })[0];
}
