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