import { TWriteable } from '@hellpig/anarchy-shared/Utils'; import { Vector3Like } from 'three'; export type TWithMutableScaleConnector = Readonly<{ scaleConnector: TWriteable; }>;