Skip to content

vue-router / RouteRecordInfoGeneric

RouteRecordInfoGeneric

ts
type RouteRecordInfoGeneric = RouteRecordInfo<string | symbol, string, RouteParamsRawGeneric, RouteParamsGeneric, string | symbol>;

Released under the MIT License.