import {BufferAttribute, InterleavedBufferAttribute} from 'three';

export type PointAttributesDict = Record<string, BufferAttribute | InterleavedBufferAttribute>;
