import { TRotatableX } from './TRotatableX'; import { TRotatableY } from './TRotatableY'; import { TRotatableZ } from './TRotatableZ'; export type TRotatable = TRotatableX & TRotatableY & TRotatableZ;