import { TLoopsSettings } from '../../Loop/Models'; import { TThreeJsSettings } from '../../ThreeLib'; import { TOptional } from '@hellpig/anarchy-shared/Utils'; export type TSpaceSettings = Readonly<{ loopsSettings?: TOptional; threeJsSettings?: TOptional; }>;