Przeglądaj źródła

Update LineSegments.d.ts

ycw 5 lat temu
rodzic
commit
6cc36df522
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/objects/LineSegments.d.ts

+ 1 - 1
src/objects/LineSegments.d.ts

@@ -25,7 +25,7 @@ export class LineSegments <
 	/**
 	 * @default 'LineSegments'
 	 */
-	type: 'LineSegments';
+	type: 'LineSegments' | string;
 	readonly isLineSegments: true;
 
 }