export interface IGeometryState { geometry: THREE.BufferGeometry; initialValues: { mesh: any; }; }