diff --git a/src/core/BufferAttribute.d.ts b/src/core/BufferAttribute.d.ts index 3ce40b9b59e6b4..c01514c7bcf4c2 100644 --- a/src/core/BufferAttribute.d.ts +++ b/src/core/BufferAttribute.d.ts @@ -5,7 +5,6 @@ export class BufferAttribute { constructor( array: ArrayLike, itemSize: number, normalized?: boolean ); // array parameter should be TypedArray. - uuid: string; name: string; array: ArrayLike; itemSize: number;