ycw 5 лет назад
Родитель
Сommit
6cc36df522
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 
 }