export interface TransitionInterface { name: string; from: string[]; to: string; }