interface PopStateEvent {interface PopStateEvent { pop?: boolean; state?: any; type?: string; url?: string;}}