How can I create a model rotation tween?

Hi, I saw this example and I’m wondering if I can manage the model rotation property on a tween.

this.add.tween({
  targets: mesh.modelRotation,
  props: { x: 3.14, y: 6.28 }
});

Thank you! I couldn’t find any info on this and had to try lots of things that didn’t work