diff --git a/types/three/src/math/Quaternion.d.ts b/types/three/src/math/Quaternion.d.ts index 7d972d2c1..53e8e4d2e 100644 --- a/types/three/src/math/Quaternion.d.ts +++ b/types/three/src/math/Quaternion.d.ts @@ -119,7 +119,7 @@ export class Quaternion { multiplyQuaternions(a: Quaternion, b: Quaternion): this; slerp(qb: Quaternion, t: number): this; - slerpQuaternions(qa: QuaternionLike, qb: Quaternion, t: number): this; + slerpQuaternions(qa: Quaternion, qb: Quaternion, t: number): this; equals(v: Quaternion): boolean; /**