for (const field of value.fields) {
        objectValue[field.name.value] = getVariable(field.value, info);
      }