export interface ITransitionType {
    oldComponent: string;
    newComponent: string;
}
