import { Vector3 } from 'three'; export type TWithScaleProperty = Readonly<{ scale: Vector3; }>;