export interface MiniRoute { from: string; to: string; isFail?: boolean; message?: string; }