Browse Source

missing def

Raanan Weber 4 years ago
parent
commit
ec949aff93
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/LibDeclarations/webxr.d.ts

+ 3 - 0
src/LibDeclarations/webxr.d.ts

@@ -315,6 +315,9 @@ interface XRJointPose extends XRPose {
     radius: number | undefined;
 }
 
+// to be extended
+type XRHandJoint = string;
+
 interface XRHand extends Iterable<XRJointSpace> {
     readonly size: number;