import { TActorStates } from './TActorStates'; import { TAnimationsFsmSource } from './TAnimationsFsmSource'; export type TActorStatesConfig = Omit & Readonly<{ animationsFsm?: TAnimationsFsmSource; }>;