Sfoglia il codice sorgente

Update LineSegments.d.ts

ycw 5 anni fa
parent
commit
6cc36df522
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
 
 }