View the Project on GitHub posva/literate-couscous
Home > vue-router > RouteParams
Signature:
export declare type RouteParams = Record<string, RouteParamValue | RouteParamValue[]>;