vue-router / LocationQueryValueRaw
LocationQueryValueRaw 
ts
type LocationQueryValueRaw = LocationQueryValue | number | undefined;Internal
Possible values when defining a query. undefined allows to remove a value.

