import { StatusTypeEnum } from './status-types.enum'; export interface AnimationObject { value: StatusTypeEnum; params: { height: string }; }