import {CalAnimation} from "../enums/cal-animation.enum"; export interface IMyCalendarAnimation { in: CalAnimation; out: CalAnimation; }