Home > vue-router > LocationQueryRaw
Loose LocationQuery object that can be passed to functions like Router.push() and Router.replace() or anywhere when creating a RouteLocationRaw
Signature:
export declare type LocationQueryRaw = Record<string | number, LocationQueryValueRaw | LocationQueryValueRaw[]>;