diff --git a/threejs/three.d.ts b/threejs/three.d.ts index 687bb81231..a83568dc10 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -4968,7 +4968,7 @@ declare module THREE { /** * Defines a 2d shape plane using paths. */ - export class Shape implements Path { + export class Shape extends Path { constructor(points?: Vector2[]); holes: Path[];