import { TEulerLike } from '../../ThreeLib'; import { TWriteable } from '@hellpig/anarchy-shared/Utils'; import { QuaternionLike } from 'three'; export type TWithMutableRotationConnector = Readonly<{ rotationEulerConnector: TWriteable; rotationQuaternionConnector: TWriteable; }>;