A serializable version of the event from onPopState or onHashChange
onPopState
onHashChange
interface LocationChangeEvent extends { type: string; state: any;}
string
any