MatcherPatternPathStatic,
MatcherPatternPathCustomParams,
normalizeRouteRecord,
- PARAM_PARSER_INTEGER,
+ PARAM_PARSER_INT,
} from 'vue-router/experimental'
import type {
EXPERIMENTAL_RouteRecordNormalized_Matchable,
// this version handles all kind of params but in practice,
// the generation should recognize this is a single required param
// and therefore userId is of type number
- userId: PARAM_PARSER_INTEGER,
+ userId: PARAM_PARSER_INT,
},
['profiles', 0]
),