Explorar el Código

Update LineSegments.d.ts

ycw hace 5 años
padre
commit
6cc36df522
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 
 }